#01117A

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

Shades of Navy #01117A

Tints of Navy #01117A

Color information

#01117A (or 0x01117A) is unknown color: approx Navy. HEX triplet: 01, 11 and 7A. RGB value is (1,17,122). Sum of RGB (Red+Green+Blue) = 1+17+122=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #01117A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01117A is #FEEE85. Grayscale: #171717. Windows color (decimal): -16707206 or 7999745. OLE color: 7999745.

HSL color Cylindrical-coordinate representation of color #01117A: hue angle of 232.07º 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 #01117A is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117122-
CMYK0.990.8600.52
HSL232.07º98.37%24.12%-
HSV(B)232.07º99.18%47.84%-
XYZ3.731.8118.57-
YUV24.19183.2111.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 122 (48.05% from 255) = 87.14%
R=0.71%
G=12.14%
B=87.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171220.990.8600.52232.0798.3724.12
Hex1117A6356034e86218
Octal12117214312606435014230
Binary110001111101011000111010110011010011101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01117A; }

 p { color: rgb(1,17,122); }

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

<style>
 a { background-color: #01117A; }

 a { background-color: rgb(1,17,122); }

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

<style>
 span { border-color: #01117A; }

 span { border-color: rgb(1,17,122); }

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