Html Css Color HEX #11496F Dark Cerulean

📋 copy color: '#11496F'

red 17 ◦ green 73 ◦ blue 111

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

Shades of Dark Cerulean #11496F

Tints of Dark Cerulean #11496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 8.46%
G = 36.32%
B = 55.22%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11496F (or 0x11496F) is known color: Dark Cerulean. HEX triplet: 11, 49 and 6F. RGB value is (17,73,111). Sum of RGB (Red+Green+Blue) = 17+73+111=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #11496F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11496F is #EEB690. Grayscale: #3C3C3C. Windows color (decimal): -15644305 or 7293201. OLE color: 7293201.

HSL color Cylindrical-coordinate representation of color #11496F: hue angle of 204.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11496F is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 73 111 -
CMYK 0.85 0.34 0 0.56
HSL 204.26º 0.73% 0.25% -
HSV(B) 204.26º 0.85% 0.44% -
XYZ 5.48 6.03 15.91 -
YUV 60.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 17 73 111 0.85 0.34 0 0.56 204.26 0.73 0.25
Hex 11 49 6F 55 22 0 38 CC 49 19
Octal 21 111 157 125 42 0 70 314 111 31
Binary 10001 1001001 1101111 1010101 100010 0 111000 11001100 1001001 11001

Color Harmonies of #11496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11496F

Black with #11496F

Text Example


Text Example

White with #11496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11496F; }

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

 H1.HeaderClassName
 {
   color: #11496F;
 }
 .AnyTagClassName
 {
   color: #11496F;
 }
</style>

background-color css

<style>
 a { background-color: #11496F; }

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

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

border-color css

<style>
 span { border-color: #11496F; }

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

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