#00065D

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

Shades of Navy #00065D

Tints of Navy #00065D

Color information

#00065D (or 0x00065D) is unknown color: approx Navy. HEX triplet: 00, 06 and 5D. RGB value is (0,6,93). Sum of RGB (Red+Green+Blue) = 0+6+93=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 93 (36.72% from 255 or 93.94% from 99); Max value from RGB is 93 - color contains mainly: blue. Hex color #00065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00065D is #FFF9A2. Grayscale: #0D0D0D. Windows color (decimal): -16775587 or 6096384. OLE color: 6096384.

HSL color Cylindrical-coordinate representation of color #00065D: hue angle of 236.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00065D is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB0693-
CMYK10.9400.64
HSL236.13º100%18.24%-
HSV(B)236.13º100%36.47%-
XYZ2.040.9210.43-
YUV14.12172.51117.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 93 (36.72% from 255) = 93.94%
R=0%
G=6.06%
B=93.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal069310.9400.64236.1310018.24
Hex065D645E040ec6412
Octal06135144136010035414422
Binary01101011101110010010111100100000011101100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00065D; }

 p { color: rgb(0,6,93); }

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

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

 a { background-color: rgb(0,6,93); }

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

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

 span { border-color: rgb(0,6,93); }

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