#121260

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

Shades of Midnight Blue #121260

Tints of Midnight Blue #121260

Color information

#121260 (or 0x121260) is unknown color: approx Midnight Blue. HEX triplet: 12, 12 and 60. RGB value is (18,18,96). Sum of RGB (Red+Green+Blue) = 18+18+96=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #121260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121260 is #EDED9F. Grayscale: #1A1A1A. Windows color (decimal): -15592864 or 6296082. OLE color: 6296082.

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

Color convert

RGB181896-
CMYK0.810.8100.62
HSL240º68.42%22.35%-
HSV(B)240º81.25%37.65%-
XYZ2.581.4111.2-
YUV26.89167121.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=13.64%
G=13.64%
B=72.73%

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
Decimal1818960.810.8100.6224068.4222.35
Hex121260515103Ef04416
Octal222214012112107636010426
Binary1001010010110000010100011010001011111011110000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121260; }

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

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

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

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

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

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

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

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