#1552A4

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

Shades of Cobalt #1552A4

Tints of Cobalt #1552A4

Color information

#1552A4 (or 0x1552A4) is unknown color: approx Cobalt. HEX triplet: 15, 52 and A4. RGB value is (21,82,164). Sum of RGB (Red+Green+Blue) = 21+82+164=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #1552A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1552A4 is #EAAD5B. Grayscale: #484848. Windows color (decimal): -15379804 or 10768917. OLE color: 10768917.

HSL color Cylindrical-coordinate representation of color #1552A4: hue angle of 214.41º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1552A4 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2182164-
CMYK0.870.500.36
HSL214.41º77.3%36.27%-
HSV(B)214.41º87.2%64.31%-
XYZ10.038.8736.31-
YUV73.11179.2990.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=7.87%
G=30.71%
B=61.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21821640.870.500.36214.4177.336.27
Hex1552A45732024d64d24
Octal251222441276204432611544
Binary1010110100101010010010101111100100100100110101101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1552A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1552A4; }

 p { color: rgb(21,82,164); }

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

<style>
 a { background-color: #1552A4; }

 a { background-color: rgb(21,82,164); }

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

<style>
 span { border-color: #1552A4; }

 span { border-color: rgb(21,82,164); }

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