#050A96

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

Shades of New Midnight Blue #050A96

Tints of New Midnight Blue #050A96

Color information

#050A96 (or 0x050A96) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0A and 96. RGB value is (5,10,150). Sum of RGB (Red+Green+Blue) = 5+10+150=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 150 (58.98% from 255 or 90.91% from 165); Max value from RGB is 150 - color contains mainly: blue. Hex color #050A96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050A96 is #FAF569. Grayscale: #171717. Windows color (decimal): -16446826 or 9832965. OLE color: 9832965.

HSL color Cylindrical-coordinate representation of color #050A96: hue angle of 237.93º 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 #050A96 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB510150-
CMYK0.970.9300.41
HSL237.93º93.55%30.39%-
HSV(B)237.93º96.67%58.82%-
XYZ5.682.4529.03-
YUV24.46198.84114.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 150 (58.98% from 255) = 90.91%
R=3.03%
G=6.06%
B=90.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5101500.970.9300.41237.9393.5530.39
Hex5A96615D029ee5e1e
Octal51222614113505135613636
Binary10110101001011011000011011101010100111101110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A96; }

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

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

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

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

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

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

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

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