#0457A7

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

Shades of Cobalt #0457A7

Tints of Cobalt #0457A7

Color information

#0457A7 (or 0x0457A7) is unknown color: approx Cobalt. HEX triplet: 04, 57 and A7. RGB value is (4,87,167). Sum of RGB (Red+Green+Blue) = 4+87+167=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #0457A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0457A7 is #FBA858. Grayscale: #464646. Windows color (decimal): -16492633 or 10966788. OLE color: 10966788.

HSL color Cylindrical-coordinate representation of color #0457A7: hue angle of 209.45º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0457A7 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB487167-
CMYK0.980.4800.35
HSL209.45º95.32%33.53%-
HSV(B)209.45º97.6%65.49%-
XYZ10.439.6337.87-
YUV71.318280-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.55%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 167 (65.62% from 255) = 64.73%
R=1.55%
G=33.72%
B=64.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4871670.980.4800.35209.4595.3233.53
Hex457A76230023d15f22
Octal41272471426004332113742
Binary10010101111010011111000101100000100011110100011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0457A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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