Html Css Color HEX #11589F Cobalt

📋 copy color: '#11589F'

red 17 ◦ green 88 ◦ blue 159

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

Shades of Cobalt #11589F

Tints of Cobalt #11589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 6.44%
G = 33.33%
B = 60.23%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11589F (or 0x11589F) is known color: Cobalt. HEX triplet: 11, 58 and 9F. RGB value is (17,88,159). Sum of RGB (Red+Green+Blue) = 17+88+159=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #11589F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11589F is #EEA760. Grayscale: #4A4A4A. Windows color (decimal): -15640417 or 10442769. OLE color: 10442769.

HSL color Cylindrical-coordinate representation of color #11589F: hue angle of 210º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11589F is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 88 159 -
CMYK 0.89 0.45 0 0.38
HSL 210º 0.81% 0.35% -
HSV(B) 210º 0.89% 0.62% -
XYZ 9.98 9.6 34.13 -
YUV 74.87 175.48 86.73 -
System Red Green Blue C M Y K H S L
Decimal 17 88 159 0.89 0.45 0 0.38 210 0.81 0.35
Hex 11 58 9F 59 2D 0 26 D2 51 23
Octal 21 130 237 131 55 0 46 322 121 43
Binary 10001 1011000 10011111 1011001 101101 0 100110 11010010 1010001 100011

Color Harmonies of #11589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11589F

Black with #11589F

Text Example


Text Example

White with #11589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,88,159); }

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

background-color css

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

 a { background-color: rgb(17,88,159); }

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

border-color css

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

 span { border-color: rgb(17,88,159); }

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