#151272

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

Shades of Midnight Blue #151272

Tints of Midnight Blue #151272

Color information

#151272 (or 0x151272) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 72. RGB value is (21,18,114). Sum of RGB (Red+Green+Blue) = 21+18+114=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #151272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151272 is #EAED8D. Grayscale: #1D1D1D. Windows color (decimal): -15396238 or 7475733. OLE color: 7475733.

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

Color convert

RGB2118114-
CMYK0.820.8400.55
HSL241.88º72.73%25.88%-
HSV(B)241.88º84.21%44.71%-
XYZ3.561.8116.08-
YUV29.84175.49121.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 114 (44.92% from 255) = 74.51%
R=13.73%
G=11.76%
B=74.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21181140.820.8400.55241.8872.7325.88
Hex1512725254037f2491a
Octal252216212212406736211132
Binary1010110010111001010100101010100011011111110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151272; }

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

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

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

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

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

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

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

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