#151260

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

Shades of Midnight Blue #151260

Tints of Midnight Blue #151260

Color information

#151260 (or 0x151260) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 60. RGB value is (21,18,96). Sum of RGB (Red+Green+Blue) = 21+18+96=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #151260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151260 is #EAED9F. Grayscale: #1B1B1B. Windows color (decimal): -15396256 or 6296085. OLE color: 6296085.

HSL color Cylindrical-coordinate representation of color #151260: hue angle of 242.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151260 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB211896-
CMYK0.780.8100.62
HSL242.31º68.42%22.35%-
HSV(B)242.31º81.25%37.65%-
XYZ2.641.4411.2-
YUV27.79166.49123.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 96 (37.89% from 255) = 71.11%
R=15.56%
G=13.33%
B=71.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2118960.780.8100.62242.3168.4222.35
Hex1512604E5103Ef24416
Octal252214011612107636210426
Binary1010110010110000010011101010001011111011110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151260; }

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

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

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

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

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

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

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

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