#010973

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

Shades of Navy #010973

Tints of Navy #010973

Color information

#010973 (or 0x010973) is unknown color: approx Navy. HEX triplet: 01, 09 and 73. RGB value is (1,9,115). Sum of RGB (Red+Green+Blue) = 1+9+115=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 115 (45.31% from 255 or 92% from 125); Max value from RGB is 115 - color contains mainly: blue. Hex color #010973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010973 is #FEF68C. Grayscale: #121212. Windows color (decimal): -16709261 or 7538945. OLE color: 7538945.

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

Color convert

RGB19115-
CMYK0.990.9200.55
HSL235.79º98.28%22.75%-
HSV(B)235.79º99.13%45.1%-
XYZ3.21.4416.33-
YUV18.69182.35115.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 115 (45.31% from 255) = 92%
R=0.8%
G=7.2%
B=92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191150.990.9200.55235.7998.2822.75
Hex1973635C037ec6217
Octal11116314313406735414227
Binary11001111001111000111011100011011111101100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010973; }

 p { color: rgb(1,9,115); }

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

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

 a { background-color: rgb(1,9,115); }

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

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

 span { border-color: rgb(1,9,115); }

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