#0562BE

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

Shades of Navy Blue #0562BE

Tints of Navy Blue #0562BE

Color information

#0562BE (or 0x0562BE) is unknown color: approx Navy Blue. HEX triplet: 05, 62 and BE. RGB value is (5,98,190). Sum of RGB (Red+Green+Blue) = 5+98+190=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #0562BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562BE is #FA9D41. Grayscale: #505050. Windows color (decimal): -16424258 or 12476933. OLE color: 12476933.

HSL color Cylindrical-coordinate representation of color #0562BE: hue angle of 209.84º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0562BE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB598190-
CMYK0.970.4800.25
HSL209.84º94.87%38.24%-
HSV(B)209.84º97.37%74.51%-
XYZ13.7212.4950.4-
YUV80.68189.6974.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.71%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=1.71%
G=33.45%
B=64.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5981900.970.4800.25209.8494.8738.24
Hex562BE6130019d25f26
Octal51422761416003132213746
Binary1011100010101111101100001110000011001110100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0562BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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