#0452AB

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

Shades of Cobalt #0452AB

Tints of Cobalt #0452AB

Color information

#0452AB (or 0x0452AB) is unknown color: approx Cobalt. HEX triplet: 04, 52 and AB. RGB value is (4,82,171). Sum of RGB (Red+Green+Blue) = 4+82+171=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0452AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0452AB is #FBAD54. Grayscale: #444444. Windows color (decimal): -16493909 or 11227652. OLE color: 11227652.

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

Color convert

RGB482171-
CMYK0.980.5200.33
HSL211.98º95.43%34.31%-
HSV(B)211.98º97.66%67.06%-
XYZ10.42939.72-
YUV68.82185.6681.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 171 (67.19% from 255) = 66.54%
R=1.56%
G=31.91%
B=66.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4821710.980.5200.33211.9895.4334.31
Hex452AB6234021d45f22
Octal41222531426404132413742
Binary10010100101010101111000101101000100001110101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0452AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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