Color Hex Logo

#10424b Color Hex

#10424B
(16,66,75)
0 Favorites   0 Comments

Color spaces of #10424b

RGB 166675
HSL0.530.650.18
HSV189°79°29°
CMYK 0.790.120.00   0.71
XYZ3.43194.51467.3471
Yxy4.51460.22440.2952
Hunter Lab21.2476-8.3520-5.6283
CIE-Lab25.3045-12.7764-10.2086

#10424b color RGB value is (16,66,75).

#10424b hex color red value is 16, green value is 66 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #10424b hue: 0.53 , saturation: 0.65 and the lightness value of 10424b is 0.18.

The process color (four color CMYK) of #10424b color hex is 0.79, 0.12, 0.00, 0.71. Web safe color of #10424b is #003333. Color #10424b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000010 01001011
Octal 20 102 113
Decimal 16 66 75
Hex 10 42 4B

RGB Percentages of Color #10424b

%10.19
%42.04
%47.77

CMYK Percentages of Color #10424b

%79
%12
%0
%71

Triadic Colors of #10424b

#10424b #4b1042 #424b10

Analogous Colors of #10424b

#10424b #10254b #104b37

Monochromatic Colors of #10424b

#10424b

Complementary Color

#10424b #4b1910

#10424b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10424b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10424b Color CSS Codes

.mybgcolor {background-color:#10424b; } 
.myforecolor {color:#10424b; }
.mybordercolor {border:3px solid #10424b; }

#10424b Text Font Color

<p style="color:#10424b">Text here</p>

This sample text font color is #10424b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#10424b Background Color

<div style="background-color:#10424b">
Div content here</div>

This div background color is #10424b


#10424b Border Color

<div style="border:3px solid #10424b">
Div here</div>

This div border color is #10424b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,66,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10424b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10424b;
  -webkit-box-shadow: 1px 1px 3px 2px #10424b;
  box-shadow:         1px 1px 3px 2px #10424b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,66,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #10424b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #10424b;
  -webkit-box-shadow: 1px 1px 3px 2px #10424b;
  box-shadow:         1px 1px 3px 2px #10424b;">
Div content here</div>

This div box has shadow with color #10424b


Comments

No comments written yet.

Please login to write comment.