#150872

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

Shades of Midnight Blue #150872

Tints of Midnight Blue #150872

Color information

#150872 (or 0x150872) is unknown color: approx Midnight Blue. HEX triplet: 15, 08 and 72. RGB value is (21,8,114). Sum of RGB (Red+Green+Blue) = 21+8+114=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #150872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150872 is #EAF78D. Grayscale: #171717. Windows color (decimal): -15398798 or 7473173. OLE color: 7473173.

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

Color convert

RGB218114-
CMYK0.820.9300.55
HSL247.36º86.89%23.92%-
HSV(B)247.36º92.98%44.71%-
XYZ3.431.5516.04-
YUV23.97178.81125.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 114 (44.92% from 255) = 79.72%
R=14.69%
G=5.59%
B=79.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2181140.820.9300.55247.3686.8923.92
Hex15872525D037f75718
Octal251016212213506736712730
Binary101011000111001010100101011101011011111110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150872; }

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

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

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

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

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

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

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

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