#051173

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

Shades of Midnight Blue #051173

Tints of Midnight Blue #051173

Color information

#051173 (or 0x051173) is unknown color: approx Midnight Blue. HEX triplet: 05, 11 and 73. RGB value is (5,17,115). Sum of RGB (Red+Green+Blue) = 5+17+115=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #051173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051173 is #FAEE8C. Grayscale: #181818. Windows color (decimal): -16445069 or 7540997. OLE color: 7540997.

HSL color Cylindrical-coordinate representation of color #051173: hue angle of 233.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051173 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB517115-
CMYK0.960.8500.55
HSL233.45º91.67%23.53%-
HSV(B)233.45º95.65%45.1%-
XYZ3.361.6716.37-
YUV24.58179.02114.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 115 (45.31% from 255) = 83.94%
R=3.65%
G=12.41%
B=83.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5171150.960.8500.55233.4591.6723.53
Hex511736055037e95c18
Octal52116314012506735113430
Binary10110001111001111000001010101011011111101001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051173; }

 p { color: rgb(5,17,115); }

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

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

 a { background-color: rgb(5,17,115); }

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

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

 span { border-color: rgb(5,17,115); }

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