#0565C5

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

Shades of Navy Blue #0565C5

Tints of Navy Blue #0565C5

Color information

#0565C5 (or 0x0565C5) is unknown color: approx Navy Blue. HEX triplet: 05, 65 and C5. RGB value is (5,101,197). Sum of RGB (Red+Green+Blue) = 5+101+197=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 197 (77.34% from 255 or 65.02% from 303); Max value from RGB is 197 - color contains mainly: blue. Hex color #0565C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0565C5 is #FA9A3A. Grayscale: #525252. Windows color (decimal): -16423483 or 12936453. OLE color: 12936453.

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

Color convert

RGB5101197-
CMYK0.970.4900.23
HSL210º95.05%39.61%-
HSV(B)210º97.46%77.25%-
XYZ14.7913.3754.62-
YUV83.24192.272.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 197 (77.34% from 255) = 65.02%
R=1.65%
G=33.33%
B=65.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51011970.970.4900.2321095.0539.61
Hex565C56131017d25f28
Octal51453051416102732213750
Binary1011100101110001011100001110001010111110100101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0565C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0565C5; }

 p { color: rgb(5,101,197); }

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

<style>
 a { background-color: #0565C5; }

 a { background-color: rgb(5,101,197); }

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

<style>
 span { border-color: #0565C5; }

 span { border-color: rgb(5,101,197); }

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