Html Css Color HEX #11508E Dark Cerulean

📋 copy color: '#11508E'

red 17 ◦ green 80 ◦ blue 142

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

Shades of Dark Cerulean #11508E

Tints of Dark Cerulean #11508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 142 (55.86% from 255) = 59.41%

R = 7.11%
G = 33.47%
B = 59.41%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11508E (or 0x11508E) is known color: Dark Cerulean. HEX triplet: 11, 50 and 8E. RGB value is (17,80,142). Sum of RGB (Red+Green+Blue) = 17+80+142=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #11508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11508E is #EEAF71. Grayscale: #434343. Windows color (decimal): -15642482 or 9326609. OLE color: 9326609.

HSL color Cylindrical-coordinate representation of color #11508E: hue angle of 209.76º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11508E is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 80 142 -
CMYK 0.88 0.44 0 0.44
HSL 209.76º 0.79% 0.31% -
HSV(B) 209.76º 0.88% 0.56% -
XYZ 7.98 7.81 26.68 -
YUV 68.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 17 80 142 0.88 0.44 0 0.44 209.76 0.79 0.31
Hex 11 50 8E 58 2C 0 2C D2 4F 1F
Octal 21 120 216 130 54 0 54 322 117 37
Binary 10001 1010000 10001110 1011000 101100 0 101100 11010010 1001111 11111

Color Harmonies of #11508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11508E

Black with #11508E

Text Example


Text Example

White with #11508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,80,142); }

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

background-color css

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

 a { background-color: rgb(17,80,142); }

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

border-color css

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

 span { border-color: rgb(17,80,142); }

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