#050451

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

Shades of Midnight Blue #050451

Tints of Midnight Blue #050451

Color information

#050451 (or 0x050451) is unknown color: approx Midnight Blue. HEX triplet: 05, 04 and 51. RGB value is (5,4,81). Sum of RGB (Red+Green+Blue) = 5+4+81=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 81 (32.03% from 255 or 90% from 90); Max value from RGB is 81 - color contains mainly: blue. Hex color #050451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050451 is #FAFBAE. Grayscale: #0C0C0C. Windows color (decimal): -16448431 or 5309445. OLE color: 5309445.

HSL color Cylindrical-coordinate representation of color #050451: hue angle of 240.78º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050451 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB5481-
CMYK0.940.9500.68
HSL240.78º90.59%16.67%-
HSV(B)240.78º95.06%31.76%-
XYZ1.590.717.84-
YUV13.08166.33122.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 81 (32.03% from 255) = 90%
R=5.56%
G=4.44%
B=90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal54810.940.9500.68240.7890.5916.67
Hex54515E5F044f15b11
Octal54121136137010436113321
Binary1011001010001101111010111110100010011110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050451; }

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

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

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

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

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

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

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

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