#0453A4

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

Shades of Cobalt #0453A4

Tints of Cobalt #0453A4

Color information

#0453A4 (or 0x0453A4) is unknown color: approx Cobalt. HEX triplet: 04, 53 and A4. RGB value is (4,83,164). Sum of RGB (Red+Green+Blue) = 4+83+164=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 164 (64.45% from 255 or 65.34% from 251); Max value from RGB is 164 - color contains mainly: blue. Hex color #0453A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0453A4 is #FBAC5B. Grayscale: #444444. Windows color (decimal): -16493660 or 10769156. OLE color: 10769156.

HSL color Cylindrical-coordinate representation of color #0453A4: hue angle of 210.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0453A4 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB483164-
CMYK0.980.4900.36
HSL210.38º95.24%32.94%-
HSV(B)210.38º97.56%64.31%-
XYZ9.848.8936.32-
YUV68.61181.8381.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 164 (64.45% from 255) = 65.34%
R=1.59%
G=33.07%
B=65.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4831640.980.4900.36210.3895.2432.94
Hex453A46231024d25f21
Octal41232441426104432213741
Binary10010100111010010011000101100010100100110100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0453A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0453A4; }

 p { color: rgb(4,83,164); }

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

<style>
 a { background-color: #0453A4; }

 a { background-color: rgb(4,83,164); }

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

<style>
 span { border-color: #0453A4; }

 span { border-color: rgb(4,83,164); }

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