#150868

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

Shades of Midnight Blue #150868

Tints of Midnight Blue #150868

Color information

#150868 (or 0x150868) is unknown color: approx Midnight Blue. HEX triplet: 15, 08 and 68. RGB value is (21,8,104). Sum of RGB (Red+Green+Blue) = 21+8+104=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #150868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150868 is #EAF797. Grayscale: #161616. Windows color (decimal): -15398808 or 6817813. OLE color: 6817813.

HSL color Cylindrical-coordinate representation of color #150868: hue angle of 248.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150868 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB218104-
CMYK0.800.9200.59
HSL248.12º85.71%21.96%-
HSV(B)248.12º92.31%40.78%-
XYZ2.891.3313.2-
YUV22.83173.81126.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 104 (41.02% from 255) = 78.20%
R=15.79%
G=6.02%
B=78.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2181040.800.9200.59248.1285.7121.96
Hex15868505C03Bf85616
Octal251015012013407337012626
Binary101011000110100010100001011100011101111111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150868; }

 p { color: rgb(21,8,104); }

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

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

 a { background-color: rgb(21,8,104); }

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

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

 span { border-color: rgb(21,8,104); }

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