#01167F

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

Shades of Navy #01167F

Tints of Navy #01167F

Color information

#01167F (or 0x01167F) is unknown color: approx Navy. HEX triplet: 01, 16 and 7F. RGB value is (1,22,127). Sum of RGB (Red+Green+Blue) = 1+22+127=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 127 (50% from 255 or 84.67% from 150); Max value from RGB is 127 - color contains mainly: blue. Hex color #01167F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01167F is #FEE980. Grayscale: #1B1B1B. Windows color (decimal): -16705921 or 8328705. OLE color: 8328705.

HSL color Cylindrical-coordinate representation of color #01167F: hue angle of 230º 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 #01167F is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB122127-
CMYK0.990.8300.50
HSL230º98.44%25.1%-
HSV(B)230º99.21%49.8%-
XYZ4.132.1120.27-
YUV27.69184.04108.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 127 (50% from 255) = 84.67%
R=0.67%
G=14.67%
B=84.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1221270.990.8300.5023098.4425.1
Hex1167F6353032e66219
Octal12617714312306234614231
Binary110110111111111000111010011011001011100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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