#051475

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

Shades of Midnight Blue #051475

Tints of Midnight Blue #051475

Color information

#051475 (or 0x051475) is unknown color: approx Midnight Blue. HEX triplet: 05, 14 and 75. RGB value is (5,20,117). Sum of RGB (Red+Green+Blue) = 5+20+117=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #051475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051475 is #FAEB8A. Grayscale: #1A1A1A. Windows color (decimal): -16444299 or 7672837. OLE color: 7672837.

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

Color convert

RGB520117-
CMYK0.960.8300.54
HSL231.96º91.8%23.92%-
HSV(B)231.96º95.73%45.88%-
XYZ3.521.8216.99-
YUV26.57179.03112.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=3.52%
G=14.08%
B=82.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5201170.960.8300.54231.9691.823.92
Hex514756053036e85c18
Octal52416514012306635013430
Binary10110100111010111000001010011011011011101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051475; }

 p { color: rgb(5,20,117); }

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

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

 a { background-color: rgb(5,20,117); }

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

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

 span { border-color: rgb(5,20,117); }

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