#051078

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

Shades of Navy #051078

Tints of Navy #051078

Color information

#051078 (or 0x051078) is unknown color: approx Navy. HEX triplet: 05, 10 and 78. RGB value is (5,16,120). Sum of RGB (Red+Green+Blue) = 5+16+120=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 120 (47.27% from 255 or 85.11% from 141); Max value from RGB is 120 - color contains mainly: blue. Hex color #051078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051078 is #FAEF87. Grayscale: #181818. Windows color (decimal): -16445320 or 7868421. OLE color: 7868421.

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

Color convert

RGB516120-
CMYK0.960.8700.53
HSL234.26º92%24.51%-
HSV(B)234.26º95.83%47.06%-
XYZ3.641.7617.92-
YUV24.57181.86114.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 120 (47.27% from 255) = 85.11%
R=3.55%
G=11.35%
B=85.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5161200.960.8700.53234.269224.51
Hex510786057035ea5c19
Octal52017014012706535213431
Binary10110000111100011000001010111011010111101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051078; }

 p { color: rgb(5,16,120); }

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

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

 a { background-color: rgb(5,16,120); }

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

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

 span { border-color: rgb(5,16,120); }

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