#050497

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

Shades of New Midnight Blue #050497

Tints of New Midnight Blue #050497

Color information

#050497 (or 0x050497) is unknown color: approx New Midnight Blue. HEX triplet: 05, 04 and 97. RGB value is (5,4,151). Sum of RGB (Red+Green+Blue) = 5+4+151=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 151 (59.38% from 255 or 94.38% from 160); Max value from RGB is 151 - color contains mainly: blue. Hex color #050497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050497 is #FAFB68. Grayscale: #141414. Windows color (decimal): -16448361 or 9896965. OLE color: 9896965.

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

Color convert

RGB54151-
CMYK0.970.9700.41
HSL240.41º94.84%30.39%-
HSV(B)240.41º97.35%59.22%-
XYZ5.692.3529.43-
YUV21.06201.33116.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 151 (59.38% from 255) = 94.38%
R=3.12%
G=2.5%
B=94.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541510.970.9700.41240.4194.8430.39
Hex54976161029f05f1e
Octal5422714114105136013736
Binary1011001001011111000011100001010100111110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050497; }

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

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

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

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

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

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

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

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