#011681

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

Shades of Navy #011681

Tints of Navy #011681

Color information

#011681 (or 0x011681) is unknown color: approx Navy. HEX triplet: 01, 16 and 81. RGB value is (1,22,129). Sum of RGB (Red+Green+Blue) = 1+22+129=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 129 (50.78% from 255 or 84.87% from 152); Max value from RGB is 129 - color contains mainly: blue. Hex color #011681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011681 is #FEE97E. Grayscale: #1B1B1B. Windows color (decimal): -16705919 or 8459777. OLE color: 8459777.

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

Color convert

RGB122129-
CMYK0.990.8300.49
HSL230.16º98.46%25.49%-
HSV(B)230.16º99.22%50.59%-
XYZ4.262.1720.96-
YUV27.92185.04108.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 129 (50.78% from 255) = 84.87%
R=0.66%
G=14.47%
B=84.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1221290.990.8300.49230.1698.4625.49
Hex116816353031e66219
Octal12620114312306134614231
Binary1101101000000111000111010011011000111100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011681; }

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

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

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

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

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

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

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

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