#1452AB

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

Shades of Cobalt #1452AB

Tints of Cobalt #1452AB

Color information

#1452AB (or 0x1452AB) is unknown color: approx Cobalt. HEX triplet: 14, 52 and AB. RGB value is (20,82,171). Sum of RGB (Red+Green+Blue) = 20+82+171=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #1452AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1452AB is #EBAD54. Grayscale: #494949. Windows color (decimal): -15445333 or 11227668. OLE color: 11227668.

HSL color Cylindrical-coordinate representation of color #1452AB: hue angle of 215.36º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1452AB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2082171-
CMYK0.880.5200.33
HSL215.36º79.06%37.45%-
HSV(B)215.36º88.3%67.06%-
XYZ10.669.1239.73-
YUV73.61182.9689.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=7.33%
G=30.04%
B=62.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20821710.880.5200.33215.3679.0637.45
Hex1452AB5834021d74f25
Octal241222531306404132711745
Binary1010010100101010101110110001101000100001110101111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1452AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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