Html Css Color HEX #11509E Cobalt

📋 copy color: '#11509E'

red 17 ◦ green 80 ◦ blue 158

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

Shades of Cobalt #11509E

Tints of Cobalt #11509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.96%

R = 6.67%
G = 31.37%
B = 61.96%

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

#11509E (or 0x11509E) is known color: Cobalt. HEX triplet: 11, 50 and 9E. RGB value is (17,80,158). Sum of RGB (Red+Green+Blue) = 17+80+158=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #11509E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11509E is #EEAF61. Grayscale: #454545. Windows color (decimal): -15642466 or 10375185. OLE color: 10375185.

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

Color convert

RGB 17 80 158 -
CMYK 0.89 0.49 0 0.38
HSL 213.19º 0.81% 0.34% -
HSV(B) 213.19º 0.89% 0.62% -
XYZ 9.27 8.33 33.47 -
YUV 70.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 17 80 158 0.89 0.49 0 0.38 213.19 0.81 0.34
Hex 11 50 9E 59 31 0 26 D5 51 22
Octal 21 120 236 131 61 0 46 325 121 42
Binary 10001 1010000 10011110 1011001 110001 0 100110 11010101 1010001 100010

Color Harmonies of #11509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11509E

Black with #11509E

Text Example


Text Example

White with #11509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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