#000165

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

Shades of Navy #000165

Tints of Navy #000165

Color information

#000165 (or 0x000165) is unknown color: approx Navy. HEX triplet: 00, 01 and 65. RGB value is (0,1,101). Sum of RGB (Red+Green+Blue) = 0+1+101=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 101 (39.84% from 255 or 99.02% from 102); Max value from RGB is 101 - color contains mainly: blue. Hex color #000165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000165 is #FFFE9A. Grayscale: #0B0B0B. Windows color (decimal): -16776859 or 6619392. OLE color: 6619392.

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

Color convert

RGB01101-
CMYK10.9900.60
HSL239.41º100%19.8%-
HSV(B)239.41º100%39.61%-
XYZ2.360.9612.37-
YUV12.1178.17119.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 101 (39.84% from 255) = 99.02%
R=0%
G=0.98%
B=99.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal0110110.9900.60239.4110019.8
Hex0165646303Cef6414
Octal0114514414307435714424
Binary01110010111001001100011011110011101111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000165; }

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

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

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

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

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

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

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

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