Html Css Color HEX #11549F Cobalt

📋 copy color: '#11549F'

red 17 ◦ green 84 ◦ blue 159

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

Shades of Cobalt #11549F

Tints of Cobalt #11549F

RGB

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

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

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

R = 6.54%
G = 32.31%
B = 61.15%

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

#11549F (or 0x11549F) is known color: Cobalt. HEX triplet: 11, 54 and 9F. RGB value is (17,84,159). Sum of RGB (Red+Green+Blue) = 17+84+159=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #11549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11549F is #EEAB60. Grayscale: #484848. Windows color (decimal): -15641441 or 10441745. OLE color: 10441745.

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

Color convert

RGB 17 84 159 -
CMYK 0.89 0.47 0 0.38
HSL 211.69º 0.81% 0.35% -
HSV(B) 211.69º 0.89% 0.62% -
XYZ 9.66 8.96 34.02 -
YUV 72.52 176.8 88.4 -
System Red Green Blue C M Y K H S L
Decimal 17 84 159 0.89 0.47 0 0.38 211.69 0.81 0.35
Hex 11 54 9F 59 2F 0 26 D4 51 23
Octal 21 124 237 131 57 0 46 324 121 43
Binary 10001 1010100 10011111 1011001 101111 0 100110 11010100 1010001 100011

Color Harmonies of #11549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11549F

Black with #11549F

Text Example


Text Example

White with #11549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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