#01077F

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

Shades of Navy #01077F

Tints of Navy #01077F

Color information

#01077F (or 0x01077F) is unknown color: approx Navy. HEX triplet: 01, 07 and 7F. RGB value is (1,7,127). Sum of RGB (Red+Green+Blue) = 1+7+127=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 127 (50% from 255 or 94.07% from 135); Max value from RGB is 127 - color contains mainly: blue. Hex color #01077F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01077F is #FEF880. Grayscale: #121212. Windows color (decimal): -16709761 or 8324865. OLE color: 8324865.

HSL color Cylindrical-coordinate representation of color #01077F: hue angle of 237.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01077F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB17127-
CMYK0.990.9400.50
HSL237.14º98.44%25.1%-
HSV(B)237.14º99.21%49.8%-
XYZ3.921.6920.2-
YUV18.89189.01115.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 127 (50% from 255) = 94.07%
R=0.74%
G=5.19%
B=94.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal171270.990.9400.50237.1498.4425.1
Hex177F635E032ed6219
Octal1717714313606235514231
Binary1111111111111000111011110011001011101101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01077F; }

 p { color: rgb(1,7,127); }

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

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

 a { background-color: rgb(1,7,127); }

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

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

 span { border-color: rgb(1,7,127); }

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