#121965

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

Shades of Midnight Blue #121965

Tints of Midnight Blue #121965

Color information

#121965 (or 0x121965) is unknown color: approx Midnight Blue. HEX triplet: 12, 19 and 65. RGB value is (18,25,101). Sum of RGB (Red+Green+Blue) = 18+25+101=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #121965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121965 is #EDE69A. Grayscale: #1F1F1F. Windows color (decimal): -15591067 or 6625554. OLE color: 6625554.

HSL color Cylindrical-coordinate representation of color #121965: hue angle of 234.94º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121965 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1825101-
CMYK0.820.7500.60
HSL234.94º69.75%23.33%-
HSV(B)234.94º82.18%39.61%-
XYZ2.951.7612.5-
YUV31.57167.18118.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 101 (39.84% from 255) = 70.14%
R=12.5%
G=17.36%
B=70.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18251010.820.7500.60234.9469.7523.33
Hex121965524B03Ceb4617
Octal223114512211307435310627
Binary1001011001110010110100101001011011110011101011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121965; }

 p { color: rgb(18,25,101); }

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

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

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

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

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

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

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