#151276

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

Shades of Midnight Blue #151276

Tints of Midnight Blue #151276

Color information

#151276 (or 0x151276) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 76. RGB value is (21,18,118). Sum of RGB (Red+Green+Blue) = 21+18+118=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #151276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151276 is #EAED89. Grayscale: #1D1D1D. Windows color (decimal): -15396234 or 7737877. OLE color: 7737877.

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

Color convert

RGB2118118-
CMYK0.820.8500.54
HSL241.8º73.53%26.67%-
HSV(B)241.8º84.75%46.27%-
XYZ3.81.917.31-
YUV30.3177.49121.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=13.38%
G=11.46%
B=75.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21181180.820.8500.54241.873.5326.67
Hex1512765255036f24a1b
Octal252216612212506636211233
Binary1010110010111011010100101010101011011011110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151276; }

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

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

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

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

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

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

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

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