#0457A4

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

Shades of Cobalt #0457A4

Tints of Cobalt #0457A4

Color information

#0457A4 (or 0x0457A4) is unknown color: approx Cobalt. HEX triplet: 04, 57 and A4. RGB value is (4,87,164). Sum of RGB (Red+Green+Blue) = 4+87+164=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #0457A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0457A4 is #FBA85B. Grayscale: #464646. Windows color (decimal): -16492636 or 10770180. OLE color: 10770180.

HSL color Cylindrical-coordinate representation of color #0457A4: hue angle of 208.88º 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 #0457A4 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB487164-
CMYK0.980.4700.36
HSL208.88º95.24%32.94%-
HSV(B)208.88º97.56%64.31%-
XYZ10.169.5236.42-
YUV70.96180.580.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 164 (64.45% from 255) = 64.31%
R=1.57%
G=34.12%
B=64.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4871640.980.4700.36208.8895.2432.94
Hex457A4622F024d15f21
Octal41272441425704432113741
Binary10010101111010010011000101011110100100110100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0457A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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