#0562fd

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

Shades of Navy Blue #0562FD

Tints of Navy Blue #0562FD

Color information

#0562FD (or 0x0562FD) is unknown color: approx Navy Blue. HEX triplet: 05, 62 and FD. RGB value is (5,98,253). Sum of RGB (Red+Green+Blue) = 5+98+253=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #0562FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0562FD is #FA9D02. Grayscale: #575757. Windows color (decimal): -16424195 or 16605701. OLE color: 16605701.

HSL color Cylindrical-coordinate representation of color #0562FD: hue angle of 217.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0562FD is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB598253-
CMYK0.980.6100.01
HSL217.5º98.41%50.59%-
HSV(B)217.5º98.02%99.22%-
XYZ22.1615.8694.82-
YUV87.86221.1968.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.40%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 253 (99.22% from 255) = 71.07%
R=1.40%
G=27.53%
B=71.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5982530.980.6100.01217.598.4150.59
Hex562FD623D01da6233
Octal5142375142750133214263
Binary101110001011111101110001011110101110110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0562fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0562fd; }

 p { color: rgb(5,98,253); }

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

<style>
 a { background-color: #0562fd; }

 a { background-color: rgb(5,98,253); }

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

<style>
 span { border-color: #0562fd; }

 span { border-color: rgb(5,98,253); }

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