#050F97

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

Shades of New Midnight Blue #050F97

Tints of New Midnight Blue #050F97

Color information

#050F97 (or 0x050F97) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0F and 97. RGB value is (5,15,151). Sum of RGB (Red+Green+Blue) = 5+15+151=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 151 (59.38% from 255 or 88.30% from 171); Max value from RGB is 151 - color contains mainly: blue. Hex color #050F97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050F97 is #FAF068. Grayscale: #1A1A1A. Windows color (decimal): -16445545 or 9899781. OLE color: 9899781.

HSL color Cylindrical-coordinate representation of color #050F97: hue angle of 235.89º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050F97 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB515151-
CMYK0.970.9000.41
HSL235.89º93.59%30.59%-
HSV(B)235.89º96.69%59.22%-
XYZ5.822.6129.47-
YUV27.51197.69111.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 151 (59.38% from 255) = 88.30%
R=2.92%
G=8.77%
B=88.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5151510.970.9000.41235.8993.5930.59
Hex5F97615A029ec5e1f
Octal51722714113205135413637
Binary10111111001011111000011011010010100111101100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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