#150772

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

Shades of Midnight Blue #150772

Tints of Midnight Blue #150772

Color information

#150772 (or 0x150772) is unknown color: approx Midnight Blue. HEX triplet: 15, 07 and 72. RGB value is (21,7,114). Sum of RGB (Red+Green+Blue) = 21+7+114=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #150772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150772 is #EAF88D. Grayscale: #161616. Windows color (decimal): -15399054 or 7472917. OLE color: 7472917.

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

Color convert

RGB217114-
CMYK0.820.9400.55
HSL247.85º88.43%23.73%-
HSV(B)247.85º93.86%44.71%-
XYZ3.421.5316.03-
YUV23.38179.14126.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 114 (44.92% from 255) = 80.28%
R=14.79%
G=4.93%
B=80.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2171140.820.9400.55247.8588.4323.73
Hex15772525E037f85818
Octal25716212213606737013030
Binary10101111111001010100101011110011011111111000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150772; }

 p { color: rgb(21,7,114); }

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

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

 a { background-color: rgb(21,7,114); }

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

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

 span { border-color: rgb(21,7,114); }

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