#051376

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

Shades of Midnight Blue #051376

Tints of Midnight Blue #051376

Color information

#051376 (or 0x051376) is unknown color: approx Midnight Blue. HEX triplet: 05, 13 and 76. RGB value is (5,19,118). Sum of RGB (Red+Green+Blue) = 5+19+118=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #051376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051376 is #FAEC89. Grayscale: #191919. Windows color (decimal): -16444554 or 7738117. OLE color: 7738117.

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

Color convert

RGB519118-
CMYK0.960.8400.54
HSL232.57º91.87%24.12%-
HSV(B)232.57º95.76%46.27%-
XYZ3.571.8117.3-
YUV26.1179.86112.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 118 (46.48% from 255) = 83.10%
R=3.52%
G=13.38%
B=83.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5191180.960.8400.54232.5791.8724.12
Hex513766054036e95c18
Octal52316614012406635113430
Binary10110011111011011000001010100011011011101001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051376; }

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

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

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

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

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

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

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

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