Html Css Color HEX #11426E Dark Cerulean

📋 copy color: '#11426E'

red 17 ◦ green 66 ◦ blue 110

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

Shades of Dark Cerulean #11426E

Tints of Dark Cerulean #11426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 8.81%
G = 34.2%
B = 56.99%

CMYK

 C value IS 0.85

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11426E (or 0x11426E) is known color: Dark Cerulean. HEX triplet: 11, 42 and 6E. RGB value is (17,66,110). Sum of RGB (Red+Green+Blue) = 17+66+110=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #11426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11426E is #EEBD91. Grayscale: #383838. Windows color (decimal): -15646098 or 7225873. OLE color: 7225873.

HSL color Cylindrical-coordinate representation of color #11426E: hue angle of 208.39º degrees, saturation: 0.73, 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 #11426E is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 66 110 -
CMYK 0.85 0.4 0 0.57
HSL 208.39º 0.73% 0.25% -
HSV(B) 208.39º 0.85% 0.43% -
XYZ 4.99 5.14 15.48 -
YUV 56.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 17 66 110 0.85 0.4 0 0.57 208.39 0.73 0.25
Hex 11 42 6E 55 28 0 39 D0 49 19
Octal 21 102 156 125 50 0 71 320 111 31
Binary 10001 1000010 1101110 1010101 101000 0 111001 11010000 1001001 11001

Color Harmonies of #11426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11426E

Black with #11426E

Text Example


Text Example

White with #11426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11426E; }

 p { color: rgb(17,66,110); }

 H1.HeaderClassName
 {
   color: #11426E;
 }
 .AnyTagClassName
 {
   color: #11426E;
 }
</style>

background-color css

<style>
 a { background-color: #11426E; }

 a { background-color: rgb(17,66,110); }

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

border-color css

<style>
 span { border-color: #11426E; }

 span { border-color: rgb(17,66,110); }

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