Html Css Color HEX #10406C Dark Cerulean

📋 copy color: '#10406C'

red 16 ◦ green 64 ◦ blue 108

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

Shades of Dark Cerulean #10406C

Tints of Dark Cerulean #10406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 8.51%
G = 34.04%
B = 57.45%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10406C (or 0x10406C) is known color: Dark Cerulean. HEX triplet: 10, 40 and 6C. RGB value is (16,64,108). Sum of RGB (Red+Green+Blue) = 16+64+108=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #10406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10406C is #EFBF93. Grayscale: #363636. Windows color (decimal): -15712148 or 7094288. OLE color: 7094288.

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

Color convert

RGB 16 64 108 -
CMYK 0.85 0.41 0 0.58
HSL 208.7º 0.74% 0.24% -
HSV(B) 208.7º 0.85% 0.42% -
XYZ 4.75 4.86 14.87 -
YUV 54.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 16 64 108 0.85 0.41 0 0.58 208.7 0.74 0.24
Hex 10 40 6C 55 29 0 3A D1 4A 18
Octal 20 100 154 125 51 0 72 321 112 30
Binary 10000 1000000 1101100 1010101 101001 0 111010 11010001 1001010 11000

Color Harmonies of #10406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10406C

Black with #10406C

Text Example


Text Example

White with #10406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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