#051778

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

Shades of Midnight Blue #051778

Tints of Midnight Blue #051778

Color information

#051778 (or 0x051778) is unknown color: approx Midnight Blue. HEX triplet: 05, 17 and 78. RGB value is (5,23,120). Sum of RGB (Red+Green+Blue) = 5+23+120=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #051778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051778 is #FAE887. Grayscale: #1C1C1C. Windows color (decimal): -16443528 or 7870213. OLE color: 7870213.

HSL color Cylindrical-coordinate representation of color #051778: hue angle of 230.61º 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 #051778 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB523120-
CMYK0.960.8100.53
HSL230.61º92%24.51%-
HSV(B)230.61º95.83%47.06%-
XYZ3.76217.96-
YUV28.68179.54111.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 120 (47.27% from 255) = 81.08%
R=3.38%
G=15.54%
B=81.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5231200.960.8100.53230.619224.51
Hex517786051035e75c19
Octal52717014012106534713431
Binary10110111111100011000001010001011010111100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051778; }

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

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

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

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

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

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

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

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