#151072

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

Shades of Midnight Blue #151072

Tints of Midnight Blue #151072

Color information

#151072 (or 0x151072) is unknown color: approx Midnight Blue. HEX triplet: 15, 10 and 72. RGB value is (21,16,114). Sum of RGB (Red+Green+Blue) = 21+16+114=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #151072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151072 is #EAEF8D. Grayscale: #1C1C1C. Windows color (decimal): -15396750 or 7475221. OLE color: 7475221.

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

Color convert

RGB2116114-
CMYK0.820.8600.55
HSL243.06º75.38%25.49%-
HSV(B)243.06º85.96%44.71%-
XYZ3.531.7416.07-
YUV28.67176.16122.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=13.91%
G=10.60%
B=75.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21161140.820.8600.55243.0675.3825.49
Hex1510725256037f34b19
Octal252016212212606736311331
Binary1010110000111001010100101010110011011111110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151072; }

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

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

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

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

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

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

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

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