#1549AE

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

Shades of Cobalt #1549AE

Tints of Cobalt #1549AE

Color information

#1549AE (or 0x1549AE) is unknown color: approx Cobalt. HEX triplet: 15, 49 and AE. RGB value is (21,73,174). Sum of RGB (Red+Green+Blue) = 21+73+174=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #1549AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1549AE is #EAB651. Grayscale: #444444. Windows color (decimal): -15382098 or 11421973. OLE color: 11421973.

HSL color Cylindrical-coordinate representation of color #1549AE: hue angle of 219.61º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1549AE is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2173174-
CMYK0.880.5800.32
HSL219.61º78.46%38.24%-
HSV(B)219.61º87.93%68.24%-
XYZ10.337.9841.04-
YUV68.97187.2793.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 174 (68.36% from 255) = 64.93%
R=7.84%
G=27.24%
B=64.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21731740.880.5800.32219.6178.4638.24
Hex1549AE583A020dc4e26
Octal251112561307204033411646
Binary1010110010011010111010110001110100100000110111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1549AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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