#050498

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

Shades of New Midnight Blue #050498

Tints of New Midnight Blue #050498

Color information

#050498 (or 0x050498) is unknown color: approx New Midnight Blue. HEX triplet: 05, 04 and 98. RGB value is (5,4,152). Sum of RGB (Red+Green+Blue) = 5+4+152=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 152 (59.77% from 255 or 94.41% from 161); Max value from RGB is 152 - color contains mainly: blue. Hex color #050498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050498 is #FAFB67. Grayscale: #141414. Windows color (decimal): -16448360 or 9962501. OLE color: 9962501.

HSL color Cylindrical-coordinate representation of color #050498: hue angle of 240.41º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050498 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB54152-
CMYK0.970.9700.40
HSL240.41º94.87%30.59%-
HSV(B)240.41º97.37%59.61%-
XYZ5.772.3929.86-
YUV21.17201.83116.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 152 (59.77% from 255) = 94.41%
R=3.11%
G=2.48%
B=94.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541520.970.9700.40240.4194.8730.59
Hex54986161028f05f1f
Octal5423014114105036013737
Binary1011001001100011000011100001010100011110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050498; }

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

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

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

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

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

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

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

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