#151A72

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

Shades of Midnight Blue #151A72

Tints of Midnight Blue #151A72

Color information

#151A72 (or 0x151A72) is unknown color: approx Midnight Blue. HEX triplet: 15, 1A and 72. RGB value is (21,26,114). Sum of RGB (Red+Green+Blue) = 21+26+114=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #151A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A72 is #EAE58D. Grayscale: #222222. Windows color (decimal): -15394190 or 7477781. OLE color: 7477781.

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

Color convert

RGB2126114-
CMYK0.820.7700.55
HSL236.77º68.89%26.47%-
HSV(B)236.77º81.58%44.71%-
XYZ3.722.1116.13-
YUV34.54172.84118.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=13.04%
G=16.15%
B=70.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21261140.820.7700.55236.7768.8926.47
Hex151A72524D037ed451a
Octal253216212211506735510532
Binary1010111010111001010100101001101011011111101101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A72; }

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

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

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

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

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

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

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

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