#121261

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

Shades of Midnight Blue #121261

Tints of Midnight Blue #121261

Color information

#121261 (or 0x121261) is unknown color: approx Midnight Blue. HEX triplet: 12, 12 and 61. RGB value is (18,18,97). Sum of RGB (Red+Green+Blue) = 18+18+97=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #121261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121261 is #EDED9E. Grayscale: #1A1A1A. Windows color (decimal): -15592863 or 6361618. OLE color: 6361618.

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

Color convert

RGB181897-
CMYK0.810.8100.62
HSL240º68.7%22.55%-
HSV(B)240º81.44%38.04%-
XYZ2.621.4211.45-
YUV27.01167.5121.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=13.53%
G=13.53%
B=72.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1818970.810.8100.6224068.722.55
Hex121261515103Ef04517
Octal222214112112107636010527
Binary1001010010110000110100011010001011111011110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121261; }

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

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

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

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

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

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

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

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