#1549AA

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

Shades of Cobalt #1549AA

Tints of Cobalt #1549AA

Color information

#1549AA (or 0x1549AA) is unknown color: approx Cobalt. HEX triplet: 15, 49 and AA. RGB value is (21,73,170). Sum of RGB (Red+Green+Blue) = 21+73+170=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #1549AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1549AA is #EAB655. Grayscale: #444444. Windows color (decimal): -15382102 or 11159829. OLE color: 11159829.

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

Color convert

RGB2173170-
CMYK0.880.5700.33
HSL219.06º78.01%37.45%-
HSV(B)219.06º87.65%66.67%-
XYZ9.957.8339.02-
YUV68.51185.2794.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=7.95%
G=27.65%
B=64.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21731700.880.5700.33219.0678.0137.45
Hex1549AA5839021db4e25
Octal251112521307104133311645
Binary1010110010011010101010110001110010100001110110111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1549AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,73,170); }

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

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

 a { background-color: rgb(21,73,170); }

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

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

 span { border-color: rgb(21,73,170); }

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