#01167B

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

Shades of Navy #01167B

Tints of Navy #01167B

Color information

#01167B (or 0x01167B) is unknown color: approx Navy. HEX triplet: 01, 16 and 7B. RGB value is (1,22,123). Sum of RGB (Red+Green+Blue) = 1+22+123=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #01167B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01167B is #FEE984. Grayscale: #1A1A1A. Windows color (decimal): -16705925 or 8066561. OLE color: 8066561.

HSL color Cylindrical-coordinate representation of color #01167B: hue angle of 229.67º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01167B is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB122123-
CMYK0.990.8200.52
HSL229.67º98.39%24.31%-
HSV(B)229.67º99.19%48.24%-
XYZ3.872.0118.92-
YUV27.24182.04109.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 123 (48.44% from 255) = 84.25%
R=0.68%
G=15.07%
B=84.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221230.990.8200.52229.6798.3924.31
Hex1167B6352034e66218
Octal12617314312206434614230
Binary110110111101111000111010010011010011100110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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