#151572

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

Shades of Midnight Blue #151572

Tints of Midnight Blue #151572

Color information

#151572 (or 0x151572) is unknown color: approx Midnight Blue. HEX triplet: 15, 15 and 72. RGB value is (21,21,114). Sum of RGB (Red+Green+Blue) = 21+21+114=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #151572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151572 is #EAEA8D. Grayscale: #1F1F1F. Windows color (decimal): -15395470 or 7476501. OLE color: 7476501.

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

Color convert

RGB2121114-
CMYK0.820.8200.55
HSL240º68.89%26.47%-
HSV(B)240º81.58%44.71%-
XYZ3.611.9116.1-
YUV31.6174.5120.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 114 (44.92% from 255) = 73.08%
R=13.46%
G=13.46%
B=73.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21211140.820.8200.5524068.8926.47
Hex1515725252037f0451a
Octal252516212212206736010532
Binary1010110101111001010100101010010011011111110000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151572; }

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

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

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

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

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

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

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

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