#010F73

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

Shades of Navy #010F73

Tints of Navy #010F73

Color information

#010F73 (or 0x010F73) is unknown color: approx Navy. HEX triplet: 01, 0F and 73. RGB value is (1,15,115). Sum of RGB (Red+Green+Blue) = 1+15+115=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #010F73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F73 is #FEF08C. Grayscale: #151515. Windows color (decimal): -16707725 or 7540481. OLE color: 7540481.

HSL color Cylindrical-coordinate representation of color #010F73: hue angle of 232.63º 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 #010F73 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB115115-
CMYK0.990.8700.55
HSL232.63º98.28%22.75%-
HSV(B)232.63º99.13%45.1%-
XYZ3.281.5916.35-
YUV22.21180.36112.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 115 (45.31% from 255) = 87.79%
R=0.76%
G=11.45%
B=87.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151150.990.8700.55232.6398.2822.75
Hex1F736357037e96217
Octal11716314312706735114227
Binary11111111001111000111010111011011111101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010F73; }

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

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

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

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

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

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

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

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