Html Css Color HEX #11558A Dark Cerulean

📋 copy color: '#11558A'

red 17 ◦ green 85 ◦ blue 138

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

Shades of Dark Cerulean #11558A

Tints of Dark Cerulean #11558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 7.08%
G = 35.42%
B = 57.5%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11558A (or 0x11558A) is known color: Dark Cerulean. HEX triplet: 11, 55 and 8A. RGB value is (17,85,138). Sum of RGB (Red+Green+Blue) = 17+85+138=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #11558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11558A is #EEAA75. Grayscale: #464646. Windows color (decimal): -15641206 or 9065745. OLE color: 9065745.

HSL color Cylindrical-coordinate representation of color #11558A: hue angle of 206.28º 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 #11558A is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 85 138 -
CMYK 0.88 0.38 0 0.46
HSL 206.28º 0.78% 0.3% -
HSV(B) 206.28º 0.88% 0.54% -
XYZ 8.07 8.45 25.25 -
YUV 70.71 165.97 89.69 -
System Red Green Blue C M Y K H S L
Decimal 17 85 138 0.88 0.38 0 0.46 206.28 0.78 0.3
Hex 11 55 8A 58 26 0 2E CE 4E 1E
Octal 21 125 212 130 46 0 56 316 116 36
Binary 10001 1010101 10001010 1011000 100110 0 101110 11001110 1001110 11110

Color Harmonies of #11558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11558A

Black with #11558A

Text Example


Text Example

White with #11558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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