#1453A1

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

Shades of Cobalt #1453A1

Tints of Cobalt #1453A1

Color information

#1453A1 (or 0x1453A1) is unknown color: approx Cobalt. HEX triplet: 14, 53 and A1. RGB value is (20,83,161). Sum of RGB (Red+Green+Blue) = 20+83+161=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #1453A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1453A1 is #EBAC5E. Grayscale: #484848. Windows color (decimal): -15445087 or 10572564. OLE color: 10572564.

HSL color Cylindrical-coordinate representation of color #1453A1: hue angle of 213.19º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1453A1 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2083161-
CMYK0.880.4800.37
HSL213.19º77.9%35.49%-
HSV(B)213.19º87.58%63.14%-
XYZ9.818.9134.92-
YUV73.05177.6390.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 161 (63.28% from 255) = 60.98%
R=7.58%
G=31.44%
B=60.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20831610.880.4800.37213.1977.935.49
Hex1453A15830025d54e23
Octal241232411306004532511643
Binary1010010100111010000110110001100000100101110101011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1453A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1453A1; }

 p { color: rgb(20,83,161); }

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

<style>
 a { background-color: #1453A1; }

 a { background-color: rgb(20,83,161); }

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

<style>
 span { border-color: #1453A1; }

 span { border-color: rgb(20,83,161); }

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