Html Css Color HEX #10406D Dark Cerulean

📋 copy color: '#10406D'

red 16 ◦ green 64 ◦ blue 109

#10406D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #10406D

Tints of Dark Cerulean #10406D

RGB

 RED value IS 16 (6.64% from 255) = 8.47%

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 8.47%
G = 33.86%
B = 57.67%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10406D (or 0x10406D) is known color: Dark Cerulean. HEX triplet: 10, 40 and 6D. RGB value is (16,64,109). Sum of RGB (Red+Green+Blue) = 16+64+109=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #10406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10406D is #EFBF92. Grayscale: #363636. Windows color (decimal): -15712147 or 7159824. OLE color: 7159824.

HSL color Cylindrical-coordinate representation of color #10406D: hue angle of 209.03º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10406D is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 64 109 -
CMYK 0.85 0.41 0 0.57
HSL 209.03º 0.74% 0.25% -
HSV(B) 209.03º 0.85% 0.43% -
XYZ 4.81 4.88 15.16 -
YUV 54.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 16 64 109 0.85 0.41 0 0.57 209.03 0.74 0.25
Hex 10 40 6D 55 29 0 39 D1 4A 19
Octal 20 100 155 125 51 0 71 321 112 31
Binary 10000 1000000 1101101 1010101 101001 0 111001 11010001 1001010 11001

Color Harmonies of #10406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10406D

Black with #10406D

Text Example


Text Example

White with #10406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10406D; }

 p { color: rgb(16,64,109); }

 H1.HeaderClassName
 {
   color: #10406D;
 }
 .AnyTagClassName
 {
   color: #10406D;
 }
</style>

background-color css

<style>
 a { background-color: #10406D; }

 a { background-color: rgb(16,64,109); }

 div.DivClassName
 {
   background-color: #10406D;
 }
 .BgClassName
 {
   background-color: #10406D;
 }
</style>

border-color css

<style>
 span { border-color: #10406D; }

 span { border-color: rgb(16,64,109); }

 td.TdClassName
 {
   border-color: #10406D;
 }
 .TagClassName
 {
   border-color: #10406D;
 }
</style>