Html Css Color HEX #11427E Dark Cerulean

📋 copy color: '#11427E'

red 17 ◦ green 66 ◦ blue 126

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

Shades of Dark Cerulean #11427E

Tints of Dark Cerulean #11427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.29%

R = 8.13%
G = 31.58%
B = 60.29%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11427E (or 0x11427E) is known color: Dark Cerulean. HEX triplet: 11, 42 and 7E. RGB value is (17,66,126). Sum of RGB (Red+Green+Blue) = 17+66+126=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #11427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11427E is #EEBD81. Grayscale: #393939. Windows color (decimal): -15646082 or 8274449. OLE color: 8274449.

HSL color Cylindrical-coordinate representation of color #11427E: hue angle of 213.03º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11427E is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 66 126 -
CMYK 0.87 0.48 0 0.51
HSL 213.03º 0.76% 0.28% -
HSV(B) 213.03º 0.87% 0.49% -
XYZ 5.95 5.52 20.49 -
YUV 58.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 17 66 126 0.87 0.48 0 0.51 213.03 0.76 0.28
Hex 11 42 7E 57 30 0 33 D5 4C 1C
Octal 21 102 176 127 60 0 63 325 114 34
Binary 10001 1000010 1111110 1010111 110000 0 110011 11010101 1001100 11100

Color Harmonies of #11427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11427E

Black with #11427E

Text Example


Text Example

White with #11427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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