#00065E

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

Shades of Navy #00065E

Tints of Navy #00065E

Color information

#00065E (or 0x00065E) is unknown color: approx Navy. HEX triplet: 00, 06 and 5E. RGB value is (0,6,94). Sum of RGB (Red+Green+Blue) = 0+6+94=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 94 (37.11% from 255 or 94% from 100); Max value from RGB is 94 - color contains mainly: blue. Hex color #00065E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00065E is #FFF9A1. Grayscale: #0D0D0D. Windows color (decimal): -16775586 or 6161920. OLE color: 6161920.

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

Color convert

RGB0694-
CMYK10.9400.63
HSL236.17º100%18.43%-
HSV(B)236.17º100%36.86%-
XYZ2.090.9410.66-
YUV14.24173.01117.84-

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%
BLUE value IS 94 (37.11% from 255) = 94%
R=0%
G=6%
B=94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal069410.9400.63236.1710018.43
Hex065E645E03Fec6412
Octal0613614413607735414422
Binary0110101111011001001011110011111111101100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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