#050F9E

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

Shades of New Midnight Blue #050F9E

Tints of New Midnight Blue #050F9E

Color information

#050F9E (or 0x050F9E) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0F and 9E. RGB value is (5,15,158). Sum of RGB (Red+Green+Blue) = 5+15+158=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #050F9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050F9E is #FAF061. Grayscale: #1B1B1B. Windows color (decimal): -16445538 or 10358533. OLE color: 10358533.

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

Color convert

RGB515158-
CMYK0.970.9100.38
HSL236.08º93.87%31.96%-
HSV(B)236.08º96.84%61.96%-
XYZ6.42.8432.56-
YUV28.31201.19111.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 158 (62.11% from 255) = 88.76%
R=2.81%
G=8.43%
B=88.76%

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
Decimal5151580.970.9100.38236.0893.8731.96
Hex5F9E615B026ec5e20
Octal51723614113304635413640
Binary101111110011110110000110110110100110111011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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