#1452A6

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

Shades of Cobalt #1452A6

Tints of Cobalt #1452A6

Color information

#1452A6 (or 0x1452A6) is unknown color: approx Cobalt. HEX triplet: 14, 52 and A6. RGB value is (20,82,166). Sum of RGB (Red+Green+Blue) = 20+82+166=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #1452A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1452A6 is #EBAD59. Grayscale: #484848. Windows color (decimal): -15445338 or 10899988. OLE color: 10899988.

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

Color convert

RGB2082166-
CMYK0.880.5100.35
HSL214.52º78.49%36.47%-
HSV(B)214.52º87.95%65.1%-
XYZ10.198.9437.26-
YUV73.04180.4690.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 166 (65.23% from 255) = 61.94%
R=7.46%
G=30.60%
B=61.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20821660.880.5100.35214.5278.4936.47
Hex1452A65833023d74e24
Octal241222461306304332711644
Binary1010010100101010011010110001100110100011110101111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1452A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1452A6; }

 p { color: rgb(20,82,166); }

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

<style>
 a { background-color: #1452A6; }

 a { background-color: rgb(20,82,166); }

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

<style>
 span { border-color: #1452A6; }

 span { border-color: rgb(20,82,166); }

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