#051577

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

Shades of Midnight Blue #051577

Tints of Midnight Blue #051577

Color information

#051577 (or 0x051577) is unknown color: approx Midnight Blue. HEX triplet: 05, 15 and 77. RGB value is (5,21,119). Sum of RGB (Red+Green+Blue) = 5+21+119=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #051577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051577 is #FAEA88. Grayscale: #1A1A1A. Windows color (decimal): -16444041 or 7804165. OLE color: 7804165.

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

Color convert

RGB521119-
CMYK0.960.8200.53
HSL231.58º91.94%24.31%-
HSV(B)231.58º95.8%46.67%-
XYZ3.661.917.63-
YUV27.39179.7112.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 119 (46.88% from 255) = 82.07%
R=3.45%
G=14.48%
B=82.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5211190.960.8200.53231.5891.9424.31
Hex515776052035e85c18
Octal52516714012206535013430
Binary10110101111011111000001010010011010111101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051577; }

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

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

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

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

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

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

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

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