Html Css Color HEX #11519F Cobalt

📋 copy color: '#11519F'

red 17 ◦ green 81 ◦ blue 159

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

Shades of Cobalt #11519F

Tints of Cobalt #11519F

RGB

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

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

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

R = 6.61%
G = 31.52%
B = 61.87%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11519F (or 0x11519F) is known color: Cobalt. HEX triplet: 11, 51 and 9F. RGB value is (17,81,159). Sum of RGB (Red+Green+Blue) = 17+81+159=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #11519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11519F is #EEAE60. Grayscale: #464646. Windows color (decimal): -15642209 or 10440977. OLE color: 10440977.

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

Color convert

RGB 17 81 159 -
CMYK 0.89 0.49 0 0.38
HSL 212.96º 0.81% 0.35% -
HSV(B) 212.96º 0.89% 0.62% -
XYZ 9.43 8.51 33.95 -
YUV 70.76 177.8 89.66 -
System Red Green Blue C M Y K H S L
Decimal 17 81 159 0.89 0.49 0 0.38 212.96 0.81 0.35
Hex 11 51 9F 59 31 0 26 D5 51 23
Octal 21 121 237 131 61 0 46 325 121 43
Binary 10001 1010001 10011111 1011001 110001 0 100110 11010101 1010001 100011

Color Harmonies of #11519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11519F

Black with #11519F

Text Example


Text Example

White with #11519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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