#150456

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

Shades of Midnight Blue #150456

Tints of Midnight Blue #150456

Color information

#150456 (or 0x150456) is unknown color: approx Midnight Blue. HEX triplet: 15, 04 and 56. RGB value is (21,4,86). Sum of RGB (Red+Green+Blue) = 21+4+86=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #150456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150456 is #EAFBA9. Grayscale: #121212. Windows color (decimal): -15399850 or 5637141. OLE color: 5637141.

HSL color Cylindrical-coordinate representation of color #150456: hue angle of 252.44º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150456 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB21486-
CMYK0.760.9500.66
HSL252.44º91.11%17.65%-
HSV(B)252.44º95.35%33.73%-
XYZ2.030.928.87-
YUV18.43166.13129.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=18.92%
G=3.60%
B=77.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal214860.760.9500.66252.4491.1117.65
Hex154564C5F042fc5b12
Octal254126114137010237413322
Binary101011001010110100110010111110100001011111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150456; }

 p { color: rgb(21,4,86); }

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

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

 a { background-color: rgb(21,4,86); }

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

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

 span { border-color: rgb(21,4,86); }

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