#050B95

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

Shades of New Midnight Blue #050B95

Tints of New Midnight Blue #050B95

Color information

#050B95 (or 0x050B95) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0B and 95. RGB value is (5,11,149). Sum of RGB (Red+Green+Blue) = 5+11+149=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 149 (58.59% from 255 or 90.30% from 165); Max value from RGB is 149 - color contains mainly: blue. Hex color #050B95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050B95 is #FAF46A. Grayscale: #181818. Windows color (decimal): -16446571 or 9767685. OLE color: 9767685.

HSL color Cylindrical-coordinate representation of color #050B95: hue angle of 237.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050B95 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB511149-
CMYK0.970.9300.42
HSL237.5º93.51%30.2%-
HSV(B)237.5º96.64%58.43%-
XYZ5.612.4428.61-
YUV24.94198.01113.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 149 (58.59% from 255) = 90.30%
R=3.03%
G=6.67%
B=90.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5111490.970.9300.42237.593.5130.2
Hex5B95615D02Aee5e1e
Octal51322514113505235613636
Binary10110111001010111000011011101010101011101110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,11,149); }

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

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

 a { background-color: rgb(5,11,149); }

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

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

 span { border-color: rgb(5,11,149); }

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