#050E9F

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

Shades of New Midnight Blue #050E9F

Tints of New Midnight Blue #050E9F

Color information

#050E9F (or 0x050E9F) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0E and 9F. RGB value is (5,14,159). Sum of RGB (Red+Green+Blue) = 5+14+159=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #050E9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E9F is #FAF160. Grayscale: #1B1B1B. Windows color (decimal): -16445793 or 10423813. OLE color: 10423813.

HSL color Cylindrical-coordinate representation of color #050E9F: hue angle of 236.49º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050E9F is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB514159-
CMYK0.970.9100.38
HSL236.49º93.9%32.16%-
HSV(B)236.49º96.86%62.35%-
XYZ6.482.8533.01-
YUV27.84202.02111.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 159 (62.5% from 255) = 89.33%
R=2.81%
G=7.87%
B=89.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5141590.970.9100.38236.4993.932.16
Hex5E9F615B026ec5e20
Octal51623714113304635413640
Binary101111010011111110000110110110100110111011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,14,159); }

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

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

 a { background-color: rgb(5,14,159); }

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

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

 span { border-color: rgb(5,14,159); }

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