#1551A5

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

Shades of Cobalt #1551A5

Tints of Cobalt #1551A5

Color information

#1551A5 (or 0x1551A5) is unknown color: approx Cobalt. HEX triplet: 15, 51 and A5. RGB value is (21,81,165). Sum of RGB (Red+Green+Blue) = 21+81+165=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #1551A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1551A5 is #EAAE5A. Grayscale: #484848. Windows color (decimal): -15380059 or 10834197. OLE color: 10834197.

HSL color Cylindrical-coordinate representation of color #1551A5: hue angle of 215º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1551A5 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2181165-
CMYK0.870.5100.35
HSL215º77.42%36.47%-
HSV(B)215º87.27%64.71%-
XYZ10.048.7636.76-
YUV72.64180.1291.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 165 (64.84% from 255) = 61.80%
R=7.87%
G=30.34%
B=61.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21811650.870.5100.3521577.4236.47
Hex1551A55733023d74d24
Octal251212451276304332711544
Binary1010110100011010010110101111100110100011110101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1551A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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