#150973

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

Shades of Midnight Blue #150973

Tints of Midnight Blue #150973

Color information

#150973 (or 0x150973) is unknown color: approx Midnight Blue. HEX triplet: 15, 09 and 73. RGB value is (21,9,115). Sum of RGB (Red+Green+Blue) = 21+9+115=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #150973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150973 is #EAF68C. Grayscale: #181818. Windows color (decimal): -15398541 or 7538965. OLE color: 7538965.

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

Color convert

RGB219115-
CMYK0.820.9200.55
HSL246.79º85.48%24.31%-
HSV(B)246.79º92.17%45.1%-
XYZ3.51.5916.34-
YUV24.67178.98125.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 115 (45.31% from 255) = 79.31%
R=14.48%
G=6.21%
B=79.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2191150.820.9200.55246.7985.4824.31
Hex15973525C037f75518
Octal251116312213406736712530
Binary101011001111001110100101011100011011111110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150973; }

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

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

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

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

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

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

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

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