#051276

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

Shades of Navy #051276

Tints of Navy #051276

Color information

#051276 (or 0x051276) is unknown color: approx Navy. HEX triplet: 05, 12 and 76. RGB value is (5,18,118). Sum of RGB (Red+Green+Blue) = 5+18+118=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #051276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051276 is #FAED89. Grayscale: #191919. Windows color (decimal): -16444810 or 7737861. OLE color: 7737861.

HSL color Cylindrical-coordinate representation of color #051276: hue angle of 233.1º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051276 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB518118-
CMYK0.960.8500.54
HSL233.1º91.87%24.12%-
HSV(B)233.1º95.76%46.27%-
XYZ3.551.7717.29-
YUV25.51180.19113.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 118 (46.48% from 255) = 83.69%
R=3.55%
G=12.77%
B=83.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5181180.960.8500.54233.191.8724.12
Hex512766055036e95c18
Octal52216614012506635113430
Binary10110010111011011000001010101011011011101001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051276; }

 p { color: rgb(5,18,118); }

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

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

 a { background-color: rgb(5,18,118); }

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

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

 span { border-color: rgb(5,18,118); }

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