#050495

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

Shades of New Midnight Blue #050495

Tints of New Midnight Blue #050495

Color information

#050495 (or 0x050495) is unknown color: approx New Midnight Blue. HEX triplet: 05, 04 and 95. RGB value is (5,4,149). Sum of RGB (Red+Green+Blue) = 5+4+149=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 149 (58.59% from 255 or 94.30% from 158); Max value from RGB is 149 - color contains mainly: blue. Hex color #050495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050495 is #FAFB6A. Grayscale: #141414. Windows color (decimal): -16448363 or 9765893. OLE color: 9765893.

HSL color Cylindrical-coordinate representation of color #050495: hue angle of 240.41º degrees, saturation: 0.95, 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 #050495 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54149-
CMYK0.970.9700.42
HSL240.41º94.77%30%-
HSV(B)240.41º97.32%58.43%-
XYZ5.532.2928.58-
YUV20.83200.33116.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 149 (58.59% from 255) = 94.30%
R=3.16%
G=2.53%
B=94.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541490.970.9700.42240.4194.7730
Hex5495616102Af05f1e
Octal5422514114105236013736
Binary1011001001010111000011100001010101011110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050495; }

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

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

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

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

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

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

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

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