Html Css Color HEX #11518A Dark Cerulean

📋 copy color: '#11518A'

red 17 ◦ green 81 ◦ blue 138

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

Shades of Dark Cerulean #11518A

Tints of Dark Cerulean #11518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 138 (54.3% from 255) = 58.47%

R = 7.2%
G = 34.32%
B = 58.47%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11518A (or 0x11518A) is known color: Dark Cerulean. HEX triplet: 11, 51 and 8A. RGB value is (17,81,138). Sum of RGB (Red+Green+Blue) = 17+81+138=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #11518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11518A is #EEAE75. Grayscale: #444444. Windows color (decimal): -15642230 or 9064721. OLE color: 9064721.

HSL color Cylindrical-coordinate representation of color #11518A: hue angle of 208.26º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11518A is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 81 138 -
CMYK 0.88 0.41 0 0.46
HSL 208.26º 0.78% 0.3% -
HSV(B) 208.26º 0.88% 0.54% -
XYZ 7.76 7.84 25.15 -
YUV 68.36 167.3 91.37 -
System Red Green Blue C M Y K H S L
Decimal 17 81 138 0.88 0.41 0 0.46 208.26 0.78 0.3
Hex 11 51 8A 58 29 0 2E D0 4E 1E
Octal 21 121 212 130 51 0 56 320 116 36
Binary 10001 1010001 10001010 1011000 101001 0 101110 11010000 1001110 11110

Color Harmonies of #11518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11518A

Black with #11518A

Text Example


Text Example

White with #11518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11518A; }

 p { color: rgb(17,81,138); }

 H1.HeaderClassName
 {
   color: #11518A;
 }
 .AnyTagClassName
 {
   color: #11518A;
 }
</style>

background-color css

<style>
 a { background-color: #11518A; }

 a { background-color: rgb(17,81,138); }

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

border-color css

<style>
 span { border-color: #11518A; }

 span { border-color: rgb(17,81,138); }

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