#0579EC

Color #0579EC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0579EC

Tints of Navy Blue #0579EC

Color information

#0579EC (or 0x0579EC) is unknown color: approx Navy Blue. HEX triplet: 05, 79 and EC. RGB value is (5,121,236). Sum of RGB (Red+Green+Blue) = 5+121+236=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #0579EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0579EC is #FA8613. Grayscale: #626262. Windows color (decimal): -16418324 or 15497477. OLE color: 15497477.

HSL color Cylindrical-coordinate representation of color #0579EC: hue angle of 209.87º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0579EC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5121236-
CMYK0.980.4900.07
HSL209.87º95.85%47.25%-
HSV(B)209.87º97.88%92.55%-
XYZ22.0419.7682.01-
YUV99.43205.0760.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 236 (92.58% from 255) = 65.19%
R=1.38%
G=33.43%
B=65.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51212360.980.4900.07209.8795.8547.25
Hex579EC623107d2602f
Octal5171354142610732214057
Binary10111110011110110011000101100010111110100101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0579EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0579EC; }

 p { color: rgb(5,121,236); }

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

<style>
 a { background-color: #0579EC; }

 a { background-color: rgb(5,121,236); }

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

<style>
 span { border-color: #0579EC; }

 span { border-color: rgb(5,121,236); }

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