#000665

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

Shades of Navy #000665

Tints of Navy #000665

Color information

#000665 (or 0x000665) is unknown color: approx Navy. HEX triplet: 00, 06 and 65. RGB value is (0,6,101). Sum of RGB (Red+Green+Blue) = 0+6+101=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 101 (39.84% from 255 or 94.39% from 107); Max value from RGB is 101 - color contains mainly: blue. Hex color #000665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000665 is #FFF99A. Grayscale: #0E0E0E. Windows color (decimal): -16775579 or 6620672. OLE color: 6620672.

HSL color Cylindrical-coordinate representation of color #000665: hue angle of 236.44º 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 #000665 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB06101-
CMYK10.9400.60
HSL236.44º100%19.8%-
HSV(B)236.44º100%39.61%-
XYZ2.411.0712.39-
YUV15.04176.51117.28-

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) = 5.61%
BLUE value IS 101 (39.84% from 255) = 94.39%
R=0%
G=5.61%
B=94.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal0610110.9400.60236.4410019.8
Hex0665645E03Cec6414
Octal0614514413607435414424
Binary0110110010111001001011110011110011101100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000665; }

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

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

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

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

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

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

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

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