#121861

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

Shades of Midnight Blue #121861

Tints of Midnight Blue #121861

Color information

#121861 (or 0x121861) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 61. RGB value is (18,24,97). Sum of RGB (Red+Green+Blue) = 18+24+97=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #121861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121861 is #EDE79E. Grayscale: #1E1E1E. Windows color (decimal): -15591327 or 6363154. OLE color: 6363154.

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

Color convert

RGB182497-
CMYK0.810.7500.62
HSL235.44º68.7%22.55%-
HSV(B)235.44º81.44%38.04%-
XYZ2.731.6411.48-
YUV30.53165.51119.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=12.95%
G=17.27%
B=69.78%

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
Decimal1824970.810.7500.62235.4468.722.55
Hex121861514B03Eeb4517
Octal223014112111307635310527
Binary1001011000110000110100011001011011111011101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121861; }

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

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

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

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

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

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

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

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