Html Css Color HEX #11489F Cobalt

📋 copy color: '#11489F'

red 17 ◦ green 72 ◦ blue 159

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

Shades of Cobalt #11489F

Tints of Cobalt #11489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

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

R = 6.85%
G = 29.03%
B = 64.11%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11489F (or 0x11489F) is known color: Cobalt. HEX triplet: 11, 48 and 9F. RGB value is (17,72,159). Sum of RGB (Red+Green+Blue) = 17+72+159=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #11489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11489F is #EEB760. Grayscale: #414141. Windows color (decimal): -15644513 or 10438673. OLE color: 10438673.

HSL color Cylindrical-coordinate representation of color #11489F: hue angle of 216.76º 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 #11489F is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 72 159 -
CMYK 0.89 0.55 0 0.38
HSL 216.76º 0.81% 0.35% -
HSV(B) 216.76º 0.89% 0.62% -
XYZ 8.81 7.26 33.74 -
YUV 65.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 17 72 159 0.89 0.55 0 0.38 216.76 0.81 0.35
Hex 11 48 9F 59 37 0 26 D9 51 23
Octal 21 110 237 131 67 0 46 331 121 43
Binary 10001 1001000 10011111 1011001 110111 0 100110 11011001 1010001 100011

Color Harmonies of #11489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11489F

Black with #11489F

Text Example


Text Example

White with #11489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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