#1551A2

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

Shades of Cobalt #1551A2

Tints of Cobalt #1551A2

Color information

#1551A2 (or 0x1551A2) is unknown color: approx Cobalt. HEX triplet: 15, 51 and A2. RGB value is (21,81,162). Sum of RGB (Red+Green+Blue) = 21+81+162=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #1551A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1551A2 is #EAAE5D. Grayscale: #474747. Windows color (decimal): -15380062 or 10637589. OLE color: 10637589.

HSL color Cylindrical-coordinate representation of color #1551A2: hue angle of 214.47º 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 #1551A2 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2181162-
CMYK0.870.5000.36
HSL214.47º77.05%35.88%-
HSV(B)214.47º87.04%63.53%-
XYZ9.778.6535.34-
YUV72.29178.6291.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 162 (63.67% from 255) = 61.36%
R=7.95%
G=30.68%
B=61.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21811620.870.5000.36214.4777.0535.88
Hex1551A25732024d64d24
Octal251212421276204432611544
Binary1010110100011010001010101111100100100100110101101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1551A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1551A2; }

 p { color: rgb(21,81,162); }

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

<style>
 a { background-color: #1551A2; }

 a { background-color: rgb(21,81,162); }

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

<style>
 span { border-color: #1551A2; }

 span { border-color: rgb(21,81,162); }

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