#1147AA

Color #1147AA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1147AA

Tints of Cobalt #1147AA

Color information

#1147AA (or 0x1147AA) is unknown color: approx Cobalt. HEX triplet: 11, 47 and AA. RGB value is (17,71,170). Sum of RGB (Red+Green+Blue) = 17+71+170=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1147AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1147AA is #EEB855. Grayscale: #414141. Windows color (decimal): -15644758 or 11159313. OLE color: 11159313.

HSL color Cylindrical-coordinate representation of color #1147AA: hue angle of 218.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1147AA is Cyan = 0.9, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1771170-
CMYK0.90.5800.33
HSL218.82º81.82%36.67%-
HSV(B)218.82º90%66.67%-
XYZ9.747.5338.97-
YUV66.14186.6192.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=6.59%
G=27.52%
B=65.89%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17711700.90.5800.33218.8281.8236.67
Hex1147AA5A3A021db5225
Octal211072521327204133312245
Binary1000110001111010101010110101110100100001110110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1147AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1147AA; }

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

 H1.HeaderClassName
 {
   color: #1147AA;
 }
 .AnyTagClassName
 {
   color: #1147AA;
 }
</style>
background-color css

<style>
 a { background-color: #1147AA; }

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

 div.DivClassName
 {
   background-color: #1147AA;
 }
 .BgClassName
 {
   background-color: #1147AA;
 }
</style>
border-color css

<style>
 span { border-color: #1147AA; }

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

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