Html Css Color HEX #11406C Dark Cerulean

📋 copy color: '#11406C'

red 17 ◦ green 64 ◦ blue 108

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

Shades of Dark Cerulean #11406C

Tints of Dark Cerulean #11406C

RGB

 RED value IS 17 (7.03% from 255) = 8.99%

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

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

R = 8.99%
G = 33.86%
B = 57.14%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11406C (or 0x11406C) is known color: Dark Cerulean. HEX triplet: 11, 40 and 6C. RGB value is (17,64,108). Sum of RGB (Red+Green+Blue) = 17+64+108=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #11406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11406C is #EEBF93. Grayscale: #363636. Windows color (decimal): -15646612 or 7094289. OLE color: 7094289.

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

Color convert

RGB 17 64 108 -
CMYK 0.84 0.41 0 0.58
HSL 209.01º 0.73% 0.25% -
HSV(B) 209.01º 0.84% 0.42% -
XYZ 4.77 4.87 14.88 -
YUV 54.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 17 64 108 0.84 0.41 0 0.58 209.01 0.73 0.25
Hex 11 40 6C 54 29 0 3A D1 49 19
Octal 21 100 154 124 51 0 72 321 111 31
Binary 10001 1000000 1101100 1010100 101001 0 111010 11010001 1001001 11001

Color Harmonies of #11406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11406C

Black with #11406C

Text Example


Text Example

White with #11406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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