Html Css Color HEX #11479A Cobalt

📋 copy color: '#11479A'

red 17 ◦ green 71 ◦ blue 154

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

Shades of Cobalt #11479A

Tints of Cobalt #11479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 7.02%
G = 29.34%
B = 63.64%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#11479A (or 0x11479A) is known color: Cobalt. HEX triplet: 11, 47 and 9A. RGB value is (17,71,154). Sum of RGB (Red+Green+Blue) = 17+71+154=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #11479A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11479A is #EEB865. Grayscale: #3F3F3F. Windows color (decimal): -15644774 or 10110737. OLE color: 10110737.

HSL color Cylindrical-coordinate representation of color #11479A: hue angle of 216.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11479A is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 71 154 -
CMYK 0.89 0.54 0 0.40
HSL 216.35º 0.8% 0.34% -
HSV(B) 216.35º 0.89% 0.6% -
XYZ 8.32 6.96 31.48 -
YUV 64.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 17 71 154 0.89 0.54 0 0.40 216.35 0.8 0.34
Hex 11 47 9A 59 36 0 28 D8 50 22
Octal 21 107 232 131 66 0 50 330 120 42
Binary 10001 1000111 10011010 1011001 110110 0 101000 11011000 1010000 100010

Color Harmonies of #11479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11479A

Black with #11479A

Text Example


Text Example

White with #11479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11479A; }

 p { color: rgb(17,71,154); }

 H1.HeaderClassName
 {
   color: #11479A;
 }
 .AnyTagClassName
 {
   color: #11479A;
 }
</style>

background-color css

<style>
 a { background-color: #11479A; }

 a { background-color: rgb(17,71,154); }

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

border-color css

<style>
 span { border-color: #11479A; }

 span { border-color: rgb(17,71,154); }

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