#051681

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

Shades of Navy #051681

Tints of Navy #051681

Color information

#051681 (or 0x051681) is unknown color: approx Navy. HEX triplet: 05, 16 and 81. RGB value is (5,22,129). Sum of RGB (Red+Green+Blue) = 5+22+129=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 129 (50.78% from 255 or 82.69% from 156); Max value from RGB is 129 - color contains mainly: blue. Hex color #051681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051681 is #FAE97E. Grayscale: #1C1C1C. Windows color (decimal): -16443775 or 8459781. OLE color: 8459781.

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

Color convert

RGB522129-
CMYK0.960.8300.49
HSL231.77º92.54%26.27%-
HSV(B)231.77º96.12%50.59%-
XYZ4.312.1920.96-
YUV29.12184.37110.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 129 (50.78% from 255) = 82.69%
R=3.21%
G=14.10%
B=82.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5221290.960.8300.49231.7792.5426.27
Hex516816053031e85d1a
Octal52620114012306135013532
Binary101101101000000111000001010011011000111101000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051681; }

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

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

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

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

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

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

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

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