#050E9E

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

Shades of New Midnight Blue #050E9E

Tints of New Midnight Blue #050E9E

Color information

#050E9E (or 0x050E9E) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0E and 9E. RGB value is (5,14,158). Sum of RGB (Red+Green+Blue) = 5+14+158=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #050E9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E9E is #FAF161. Grayscale: #1B1B1B. Windows color (decimal): -16445794 or 10358277. OLE color: 10358277.

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

Color convert

RGB514158-
CMYK0.970.9100.38
HSL236.47º93.87%31.96%-
HSV(B)236.47º96.84%61.96%-
XYZ6.392.8132.55-
YUV27.72201.52111.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 158 (62.11% from 255) = 89.27%
R=2.82%
G=7.91%
B=89.27%

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
Decimal5141580.970.9100.38236.4793.8731.96
Hex5E9E615B026ec5e20
Octal51623614113304635413640
Binary101111010011110110000110110110100110111011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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