Html Css Color HEX #11497C Dark Cerulean

📋 copy color: '#11497C'

red 17 ◦ green 73 ◦ blue 124

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

Shades of Dark Cerulean #11497C

Tints of Dark Cerulean #11497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 7.94%
G = 34.11%
B = 57.94%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11497C (or 0x11497C) is known color: Dark Cerulean. HEX triplet: 11, 49 and 7C. RGB value is (17,73,124). Sum of RGB (Red+Green+Blue) = 17+73+124=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #11497C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11497C is #EEB683. Grayscale: #3D3D3D. Windows color (decimal): -15644292 or 8145169. OLE color: 8145169.

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

Color convert

RGB 17 73 124 -
CMYK 0.86 0.41 0 0.51
HSL 208.6º 0.76% 0.28% -
HSV(B) 208.6º 0.86% 0.49% -
XYZ 6.25 6.34 19.96 -
YUV 62.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 17 73 124 0.86 0.41 0 0.51 208.6 0.76 0.28
Hex 11 49 7C 56 29 0 33 D1 4C 1C
Octal 21 111 174 126 51 0 63 321 114 34
Binary 10001 1001001 1111100 1010110 101001 0 110011 11010001 1001100 11100

Color Harmonies of #11497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11497C

Black with #11497C

Text Example


Text Example

White with #11497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,73,124); }

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

background-color css

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

 a { background-color: rgb(17,73,124); }

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

border-color css

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

 span { border-color: rgb(17,73,124); }

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