#150573

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

Shades of Midnight Blue #150573

Tints of Midnight Blue #150573

Color information

#150573 (or 0x150573) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 73. RGB value is (21,5,115). Sum of RGB (Red+Green+Blue) = 21+5+115=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #150573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150573 is #EAFA8C. Grayscale: #151515. Windows color (decimal): -15399565 or 7537941. OLE color: 7537941.

HSL color Cylindrical-coordinate representation of color #150573: hue angle of 248.73º 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 #150573 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB215115-
CMYK0.820.9600.55
HSL248.73º91.67%23.53%-
HSV(B)248.73º95.65%45.1%-
XYZ3.461.5116.33-
YUV22.32180.3127.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 115 (45.31% from 255) = 81.56%
R=14.89%
G=3.55%
B=81.56%

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
Decimal2151150.820.9600.55248.7391.6723.53
Hex155735260037f95c18
Octal25516312214006737113430
Binary10101101111001110100101100000011011111111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150573; }

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

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

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

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

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

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

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

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