Html Css Color HEX #11549E Cobalt

📋 copy color: '#11549E'

red 17 ◦ green 84 ◦ blue 158

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

Shades of Cobalt #11549E

Tints of Cobalt #11549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

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

R = 6.56%
G = 32.43%
B = 61%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11549E (or 0x11549E) is known color: Cobalt. HEX triplet: 11, 54 and 9E. RGB value is (17,84,158). Sum of RGB (Red+Green+Blue) = 17+84+158=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #11549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11549E is #EEAB61. Grayscale: #484848. Windows color (decimal): -15641442 or 10376209. OLE color: 10376209.

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

Color convert

RGB 17 84 158 -
CMYK 0.89 0.47 0 0.38
HSL 211.49º 0.81% 0.34% -
HSV(B) 211.49º 0.89% 0.62% -
XYZ 9.57 8.93 33.57 -
YUV 72.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 17 84 158 0.89 0.47 0 0.38 211.49 0.81 0.34
Hex 11 54 9E 59 2F 0 26 D3 51 22
Octal 21 124 236 131 57 0 46 323 121 42
Binary 10001 1010100 10011110 1011001 101111 0 100110 11010011 1010001 100010

Color Harmonies of #11549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11549E

Black with #11549E

Text Example


Text Example

White with #11549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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