#0564BE

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

Shades of Navy Blue #0564BE

Tints of Navy Blue #0564BE

Color information

#0564BE (or 0x0564BE) is unknown color: approx Navy Blue. HEX triplet: 05, 64 and BE. RGB value is (5,100,190). Sum of RGB (Red+Green+Blue) = 5+100+190=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0564BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0564BE is #FA9B41. Grayscale: #515151. Windows color (decimal): -16423746 or 12477445. OLE color: 12477445.

HSL color Cylindrical-coordinate representation of color #0564BE: hue angle of 209.19º 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 #0564BE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5100190-
CMYK0.970.4700.25
HSL209.19º94.87%38.24%-
HSV(B)209.19º97.37%74.51%-
XYZ13.9112.8650.46-
YUV81.85189.0373.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=1.69%
G=33.90%
B=64.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51001900.970.4700.25209.1994.8738.24
Hex564BE612F019d15f26
Octal51442761415703132113746
Binary1011100100101111101100001101111011001110100011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0564BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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