#121862

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

Shades of Midnight Blue #121862

Tints of Midnight Blue #121862

Color information

#121862 (or 0x121862) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 62. RGB value is (18,24,98). Sum of RGB (Red+Green+Blue) = 18+24+98=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #121862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121862 is #EDE79D. Grayscale: #1E1E1E. Windows color (decimal): -15591326 or 6428690. OLE color: 6428690.

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

Color convert

RGB182498-
CMYK0.820.7600.62
HSL235.5º68.97%22.75%-
HSV(B)235.5º81.63%38.43%-
XYZ2.781.6611.73-
YUV30.64166.01118.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 98 (38.67% from 255) = 70%
R=12.86%
G=17.14%
B=70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1824980.820.7600.62235.568.9722.75
Hex121862524C03Eec4517
Octal223014212211407635410527
Binary1001011000110001010100101001100011111011101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121862; }

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

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

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

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

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

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

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

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