Html Css Color HEX #11499F Cobalt

📋 copy color: '#11499F'

red 17 ◦ green 73 ◦ blue 159

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

Shades of Cobalt #11499F

Tints of Cobalt #11499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 6.83%
G = 29.32%
B = 63.86%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11499F (or 0x11499F) is known color: Cobalt. HEX triplet: 11, 49 and 9F. RGB value is (17,73,159). Sum of RGB (Red+Green+Blue) = 17+73+159=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #11499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11499F is #EEB660. Grayscale: #414141. Windows color (decimal): -15644257 or 10438929. OLE color: 10438929.

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

Color convert

RGB 17 73 159 -
CMYK 0.89 0.54 0 0.38
HSL 216.34º 0.81% 0.35% -
HSV(B) 216.34º 0.89% 0.62% -
XYZ 8.87 7.39 33.76 -
YUV 66.06 180.45 93.01 -
System Red Green Blue C M Y K H S L
Decimal 17 73 159 0.89 0.54 0 0.38 216.34 0.81 0.35
Hex 11 49 9F 59 36 0 26 D8 51 23
Octal 21 111 237 131 66 0 46 330 121 43
Binary 10001 1001001 10011111 1011001 110110 0 100110 11011000 1010001 100011

Color Harmonies of #11499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11499F

Black with #11499F

Text Example


Text Example

White with #11499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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