#051277

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

Shades of Navy #051277

Tints of Navy #051277

Color information

#051277 (or 0x051277) is unknown color: approx Navy. HEX triplet: 05, 12 and 77. RGB value is (5,18,119). Sum of RGB (Red+Green+Blue) = 5+18+119=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #051277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051277 is #FAED88. Grayscale: #191919. Windows color (decimal): -16444809 or 7803397. OLE color: 7803397.

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

Color convert

RGB518119-
CMYK0.960.8500.53
HSL233.16º91.94%24.31%-
HSV(B)233.16º95.8%46.67%-
XYZ3.611.817.61-
YUV25.63180.69113.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 119 (46.88% from 255) = 83.80%
R=3.52%
G=12.68%
B=83.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5181190.960.8500.53233.1691.9424.31
Hex512776055035e95c18
Octal52216714012506535113430
Binary10110010111011111000001010101011010111101001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051277; }

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

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

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

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

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

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

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

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