#01167E

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

Shades of Navy #01167E

Tints of Navy #01167E

Color information

#01167E (or 0x01167E) is unknown color: approx Navy. HEX triplet: 01, 16 and 7E. RGB value is (1,22,126). Sum of RGB (Red+Green+Blue) = 1+22+126=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 126 (49.61% from 255 or 84.56% from 149); Max value from RGB is 126 - color contains mainly: blue. Hex color #01167E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01167E is #FEE981. Grayscale: #1B1B1B. Windows color (decimal): -16705922 or 8263169. OLE color: 8263169.

HSL color Cylindrical-coordinate representation of color #01167E: hue angle of 229.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01167E is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB122126-
CMYK0.990.8300.51
HSL229.92º98.43%24.9%-
HSV(B)229.92º99.21%49.41%-
XYZ4.072.0919.93-
YUV27.58183.54109.04-

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.77%
BLUE value IS 126 (49.61% from 255) = 84.56%
R=0.67%
G=14.77%
B=84.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221260.990.8300.51229.9298.4324.9
Hex1167E6353033e66219
Octal12617614312306334614231
Binary110110111111011000111010011011001111100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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