#000D73

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

Shades of Navy #000D73

Tints of Navy #000D73

Color information

#000D73 (or 0x000D73) is unknown color: approx Navy. HEX triplet: 00, 0D and 73. RGB value is (0,13,115). Sum of RGB (Red+Green+Blue) = 0+13+115=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #000D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D73 is #FFF28C. Grayscale: #141414. Windows color (decimal): -16773773 or 7539968. OLE color: 7539968.

HSL color Cylindrical-coordinate representation of color #000D73: hue angle of 233.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D73 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB013115-
CMYK10.8900.55
HSL233.22º100%22.55%-
HSV(B)233.22º100%45.1%-
XYZ3.241.5316.34-
YUV20.74181.19113.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 115 (45.31% from 255) = 89.84%
R=0%
G=10.16%
B=89.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal01311510.8900.55233.2210022.55
Hex0D736459037e96417
Octal01516314413106735114427
Binary01101111001111001001011001011011111101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,13,115); }

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

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

 a { background-color: rgb(0,13,115); }

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

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

 span { border-color: rgb(0,13,115); }

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