#000A65

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

Shades of Navy #000A65

Tints of Navy #000A65

Color information

#000A65 (or 0x000A65) is unknown color: approx Navy. HEX triplet: 00, 0A and 65. RGB value is (0,10,101). Sum of RGB (Red+Green+Blue) = 0+10+101=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #000A65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A65 is #FFF59A. Grayscale: #111111. Windows color (decimal): -16774555 or 6621696. OLE color: 6621696.

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

Color convert

RGB010101-
CMYK10.9000.60
HSL234.06º100%19.8%-
HSV(B)234.06º100%39.61%-
XYZ2.461.1612.41-
YUV17.38175.19115.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 101 (39.84% from 255) = 90.99%
R=0%
G=9.01%
B=90.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal01010110.9000.60234.0610019.8
Hex0A65645A03Cea6414
Octal01214514413207435214424
Binary01010110010111001001011010011110011101010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A65; }

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

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

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

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

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

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

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

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