#151261

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

Shades of Midnight Blue #151261

Tints of Midnight Blue #151261

Color information

#151261 (or 0x151261) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 61. RGB value is (21,18,97). Sum of RGB (Red+Green+Blue) = 21+18+97=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #151261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151261 is #EAED9E. Grayscale: #1B1B1B. Windows color (decimal): -15396255 or 6361621. OLE color: 6361621.

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

Color convert

RGB211897-
CMYK0.780.8100.62
HSL242.28º68.7%22.55%-
HSV(B)242.28º81.44%38.04%-
XYZ2.681.4611.45-
YUV27.9166.99123.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 97 (38.28% from 255) = 71.32%
R=15.44%
G=13.24%
B=71.32%

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
Decimal2118970.780.8100.62242.2868.722.55
Hex1512614E5103Ef24517
Octal252214111612107636210527
Binary1010110010110000110011101010001011111011110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151261; }

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

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

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

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

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

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

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

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