#000C73

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

Shades of Navy #000C73

Tints of Navy #000C73

Color information

#000C73 (or 0x000C73) is unknown color: approx Navy. HEX triplet: 00, 0C and 73. RGB value is (0,12,115). Sum of RGB (Red+Green+Blue) = 0+12+115=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #000C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C73 is #FFF38C. Grayscale: #131313. Windows color (decimal): -16774029 or 7539712. OLE color: 7539712.

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

Color convert

RGB012115-
CMYK10.9000.55
HSL233.74º100%22.55%-
HSV(B)233.74º100%45.1%-
XYZ3.231.516.34-
YUV20.15181.52113.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 9.45%
BLUE value IS 115 (45.31% from 255) = 90.55%
R=0%
G=9.45%
B=90.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal01211510.9000.55233.7410022.55
Hex0C73645A037ea6417
Octal01416314413206735214427
Binary01100111001111001001011010011011111101010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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