#1550AA

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

Shades of Cobalt #1550AA

Tints of Cobalt #1550AA

Color information

#1550AA (or 0x1550AA) is unknown color: approx Cobalt. HEX triplet: 15, 50 and AA. RGB value is (21,80,170). Sum of RGB (Red+Green+Blue) = 21+80+170=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #1550AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1550AA is #EAAF55. Grayscale: #484848. Windows color (decimal): -15380310 or 11161621. OLE color: 11161621.

HSL color Cylindrical-coordinate representation of color #1550AA: hue angle of 216.24º 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 #1550AA is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2180170-
CMYK0.880.5300.33
HSL216.24º78.01%37.45%-
HSV(B)216.24º87.65%66.67%-
XYZ10.438.839.18-
YUV72.62182.9591.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=7.75%
G=29.52%
B=62.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21801700.880.5300.33216.2478.0137.45
Hex1550AA5835021d84e25
Octal251202521306504133011645
Binary1010110100001010101010110001101010100001110110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1550AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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