#150574

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

Shades of Midnight Blue #150574

Tints of Midnight Blue #150574

Color information

#150574 (or 0x150574) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 74. RGB value is (21,5,116). Sum of RGB (Red+Green+Blue) = 21+5+116=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #150574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150574 is #EAFA8B. Grayscale: #161616. Windows color (decimal): -15399564 or 7603477. OLE color: 7603477.

HSL color Cylindrical-coordinate representation of color #150574: hue angle of 248.65º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150574 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB215116-
CMYK0.820.9600.55
HSL248.65º91.74%23.73%-
HSV(B)248.65º95.69%45.49%-
XYZ3.521.5316.63-
YUV22.44180.8126.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 116 (45.70% from 255) = 81.69%
R=14.79%
G=3.52%
B=81.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2151160.820.9600.55248.6591.7423.73
Hex155745260037f95c18
Octal25516412214006737113430
Binary10101101111010010100101100000011011111111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150574; }

 p { color: rgb(21,5,116); }

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

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

 a { background-color: rgb(21,5,116); }

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

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

 span { border-color: rgb(21,5,116); }

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