#000565

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

Shades of Navy #000565

Tints of Navy #000565

Color information

#000565 (or 0x000565) is unknown color: approx Navy. HEX triplet: 00, 05 and 65. RGB value is (0,5,101). Sum of RGB (Red+Green+Blue) = 0+5+101=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 101 (39.84% from 255 or 95.28% from 106); Max value from RGB is 101 - color contains mainly: blue. Hex color #000565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000565 is #FFFA9A. Grayscale: #0E0E0E. Windows color (decimal): -16775835 or 6620416. OLE color: 6620416.

HSL color Cylindrical-coordinate representation of color #000565: hue angle of 237.03º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000565 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB05101-
CMYK10.9500.60
HSL237.03º100%19.8%-
HSV(B)237.03º100%39.61%-
XYZ2.41.0512.39-
YUV14.45176.84117.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 101 (39.84% from 255) = 95.28%
R=0%
G=4.72%
B=95.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal0510110.9500.60237.0310019.8
Hex0565645F03Ced6414
Octal0514514413707435514424
Binary0101110010111001001011111011110011101101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000565; }

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

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

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

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

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

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

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

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