#0562FA

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

Shades of Navy Blue #0562FA

Tints of Navy Blue #0562FA

Color information

#0562FA (or 0x0562FA) is unknown color: approx Navy Blue. HEX triplet: 05, 62 and FA. RGB value is (5,98,250). Sum of RGB (Red+Green+Blue) = 5+98+250=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #0562FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0562FA is #FA9D05. Grayscale: #565656. Windows color (decimal): -16424198 or 16409093. OLE color: 16409093.

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

Color convert

RGB598250-
CMYK0.980.6100.02
HSL217.22º96.08%50%-
HSV(B)217.22º98%98.04%-
XYZ21.6915.6792.32-
YUV87.52219.6969.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 250 (98.05% from 255) = 70.82%
R=1.42%
G=27.76%
B=70.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5982500.980.6100.02217.2296.0850
Hex562FA623D02d96032
Octal5142372142750233114062
Binary1011100010111110101100010111101010110110011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0562FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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