#150173

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

Shades of Midnight Blue #150173

Tints of Midnight Blue #150173

Color information

#150173 (or 0x150173) is unknown color: approx Midnight Blue. HEX triplet: 15, 01 and 73. RGB value is (21,1,115). Sum of RGB (Red+Green+Blue) = 21+1+115=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #150173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150173 is #EAFE8C. Grayscale: #131313. Windows color (decimal): -15400589 or 7536917. OLE color: 7536917.

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

Color convert

RGB211115-
CMYK0.820.9900.55
HSL250.53º98.28%22.75%-
HSV(B)250.53º99.13%45.1%-
XYZ3.411.4216.31-
YUV19.98181.63128.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 115 (45.31% from 255) = 83.94%
R=15.33%
G=0.73%
B=83.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2111150.820.9900.55250.5398.2822.75
Hex151735263037fb6217
Octal25116312214306737314227
Binary101011111001110100101100011011011111111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150173; }

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

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

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

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

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

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

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

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