#051096

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

Shades of New Midnight Blue #051096

Tints of New Midnight Blue #051096

Color information

#051096 (or 0x051096) is unknown color: approx New Midnight Blue. HEX triplet: 05, 10 and 96. RGB value is (5,16,150). Sum of RGB (Red+Green+Blue) = 5+16+150=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #051096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051096 is #FAEF69. Grayscale: #1B1B1B. Windows color (decimal): -16445290 or 9834501. OLE color: 9834501.

HSL color Cylindrical-coordinate representation of color #051096: hue angle of 235.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051096 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB516150-
CMYK0.970.8900.41
HSL235.45º93.55%30.39%-
HSV(B)235.45º96.67%58.82%-
XYZ5.752.629.05-
YUV27.99196.86111.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 150 (58.98% from 255) = 87.72%
R=2.92%
G=9.36%
B=87.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5161500.970.8900.41235.4593.5530.39
Hex510966159029eb5e1e
Octal52022614113105135313636
Binary101100001001011011000011011001010100111101011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051096; }

 p { color: rgb(5,16,150); }

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

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

 a { background-color: rgb(5,16,150); }

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

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

 span { border-color: rgb(5,16,150); }

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