Html Css Color HEX #11477E Dark Cerulean

📋 copy color: '#11477E'

red 17 ◦ green 71 ◦ blue 126

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

Shades of Dark Cerulean #11477E

Tints of Dark Cerulean #11477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.18%

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

R = 7.94%
G = 33.18%
B = 58.88%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11477E (or 0x11477E) is known color: Dark Cerulean. HEX triplet: 11, 47 and 7E. RGB value is (17,71,126). Sum of RGB (Red+Green+Blue) = 17+71+126=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #11477E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11477E is #EEB881. Grayscale: #3C3C3C. Windows color (decimal): -15644802 or 8275729. OLE color: 8275729.

HSL color Cylindrical-coordinate representation of color #11477E: hue angle of 210.28º 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 #11477E is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 71 126 -
CMYK 0.87 0.44 0 0.51
HSL 210.28º 0.76% 0.28% -
HSV(B) 210.28º 0.87% 0.49% -
XYZ 6.25 6.13 20.59 -
YUV 61.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 17 71 126 0.87 0.44 0 0.51 210.28 0.76 0.28
Hex 11 47 7E 57 2C 0 33 D2 4C 1C
Octal 21 107 176 127 54 0 63 322 114 34
Binary 10001 1000111 1111110 1010111 101100 0 110011 11010010 1001100 11100

Color Harmonies of #11477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11477E

Black with #11477E

Text Example


Text Example

White with #11477E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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