#0564C6

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

Shades of Navy Blue #0564C6

Tints of Navy Blue #0564C6

Color information

#0564C6 (or 0x0564C6) is unknown color: approx Navy Blue. HEX triplet: 05, 64 and C6. RGB value is (5,100,198). Sum of RGB (Red+Green+Blue) = 5+100+198=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #0564C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0564C6 is #FA9B39. Grayscale: #525252. Windows color (decimal): -16423738 or 13001733. OLE color: 13001733.

HSL color Cylindrical-coordinate representation of color #0564C6: hue angle of 210.47º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0564C6 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5100198-
CMYK0.970.4900.22
HSL210.47º95.07%39.8%-
HSV(B)210.47º97.47%77.65%-
XYZ14.8113.2255.2-
YUV82.77193.0372.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 198 (77.73% from 255) = 65.35%
R=1.65%
G=33.00%
B=65.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51001980.970.4900.22210.4795.0739.8
Hex564C66131016d25f28
Octal51443061416102632213750
Binary1011100100110001101100001110001010110110100101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0564C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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