#011682

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

Shades of Navy #011682

Tints of Navy #011682

Color information

#011682 (or 0x011682) is unknown color: approx Navy. HEX triplet: 01, 16 and 82. RGB value is (1,22,130). Sum of RGB (Red+Green+Blue) = 1+22+130=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #011682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011682 is #FEE97D. Grayscale: #1B1B1B. Windows color (decimal): -16705918 or 8525313. OLE color: 8525313.

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

Color convert

RGB122130-
CMYK0.990.8300.49
HSL230.23º98.47%25.69%-
HSV(B)230.23º99.23%50.98%-
XYZ4.332.1921.31-
YUV28.03185.54108.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 130 (51.17% from 255) = 84.97%
R=0.65%
G=14.38%
B=84.97%

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
Decimal1221300.990.8300.49230.2398.4725.69
Hex116826353031e6621a
Octal12620214312306134614232
Binary1101101000001011000111010011011000111100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011682; }

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

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

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

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

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

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

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

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