#150376

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

Shades of Midnight Blue #150376

Tints of Midnight Blue #150376

Color information

#150376 (or 0x150376) is unknown color: approx Midnight Blue. HEX triplet: 15, 03 and 76. RGB value is (21,3,118). Sum of RGB (Red+Green+Blue) = 21+3+118=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #150376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150376 is #EAFC89. Grayscale: #151515. Windows color (decimal): -15400074 or 7734037. OLE color: 7734037.

HSL color Cylindrical-coordinate representation of color #150376: hue angle of 249.39º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150376 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB213118-
CMYK0.820.9700.54
HSL249.39º95.04%23.73%-
HSV(B)249.39º97.46%46.27%-
XYZ3.611.5317.24-
YUV21.49182.46127.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 118 (46.48% from 255) = 83.10%
R=14.79%
G=2.11%
B=83.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2131180.820.9700.54249.3995.0423.73
Hex153765261036f95f18
Octal25316612214106637113730
Binary1010111111011010100101100001011011011111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150376; }

 p { color: rgb(21,3,118); }

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

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

 a { background-color: rgb(21,3,118); }

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

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

 span { border-color: rgb(21,3,118); }

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