Html Css Color HEX #11509F Cobalt

📋 copy color: '#11509F'

red 17 ◦ green 80 ◦ blue 159

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

Shades of Cobalt #11509F

Tints of Cobalt #11509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

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

R = 6.64%
G = 31.25%
B = 62.11%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11509F (or 0x11509F) is known color: Cobalt. HEX triplet: 11, 50 and 9F. RGB value is (17,80,159). Sum of RGB (Red+Green+Blue) = 17+80+159=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #11509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11509F is #EEAF60. Grayscale: #454545. Windows color (decimal): -15642465 or 10440721. OLE color: 10440721.

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

Color convert

RGB 17 80 159 -
CMYK 0.89 0.50 0 0.38
HSL 213.38º 0.81% 0.35% -
HSV(B) 213.38º 0.89% 0.62% -
XYZ 9.36 8.36 33.92 -
YUV 70.17 178.13 90.08 -
System Red Green Blue C M Y K H S L
Decimal 17 80 159 0.89 0.50 0 0.38 213.38 0.81 0.35
Hex 11 50 9F 59 32 0 26 D5 51 23
Octal 21 120 237 131 62 0 46 325 121 43
Binary 10001 1010000 10011111 1011001 110010 0 100110 11010101 1010001 100011

Color Harmonies of #11509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11509F

Black with #11509F

Text Example


Text Example

White with #11509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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