#121860

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

Shades of Midnight Blue #121860

Tints of Midnight Blue #121860

Color information

#121860 (or 0x121860) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 60. RGB value is (18,24,96). Sum of RGB (Red+Green+Blue) = 18+24+96=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #121860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121860 is #EDE79F. Grayscale: #1E1E1E. Windows color (decimal): -15591328 or 6297618. OLE color: 6297618.

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

Color convert

RGB182496-
CMYK0.810.7500.62
HSL235.38º68.42%22.35%-
HSV(B)235.38º81.25%37.65%-
XYZ2.691.6311.24-
YUV30.41165.01119.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=13.04%
G=17.39%
B=69.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1824960.810.7500.62235.3868.4222.35
Hex121860514B03Eeb4416
Octal223014012111307635310426
Binary1001011000110000010100011001011011111011101011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121860; }

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

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

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

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

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

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

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

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