#150874

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

Shades of Midnight Blue #150874

Tints of Midnight Blue #150874

Color information

#150874 (or 0x150874) is unknown color: approx Midnight Blue. HEX triplet: 15, 08 and 74. RGB value is (21,8,116). Sum of RGB (Red+Green+Blue) = 21+8+116=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #150874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150874 is #EAF78B. Grayscale: #171717. Windows color (decimal): -15398796 or 7604245. OLE color: 7604245.

HSL color Cylindrical-coordinate representation of color #150874: hue angle of 247.22º 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 #150874 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB218116-
CMYK0.820.9300.55
HSL247.22º87.1%24.31%-
HSV(B)247.22º93.1%45.49%-
XYZ3.551.5916.64-
YUV24.2179.81125.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 116 (45.70% from 255) = 80%
R=14.48%
G=5.52%
B=80%

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
Decimal2181160.820.9300.55247.2287.124.31
Hex15874525D037f75718
Octal251016412213506736712730
Binary101011000111010010100101011101011011111110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150874; }

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

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

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

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

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

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

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

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