#121D75

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

Shades of Midnight Blue #121D75

Tints of Midnight Blue #121D75

Color information

#121D75 (or 0x121D75) is unknown color: approx Midnight Blue. HEX triplet: 12, 1D and 75. RGB value is (18,29,117). Sum of RGB (Red+Green+Blue) = 18+29+117=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #121D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D75 is #EDE28A. Grayscale: #232323. Windows color (decimal): -15590027 or 7675154. OLE color: 7675154.

HSL color Cylindrical-coordinate representation of color #121D75: hue angle of 233.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121D75 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1829117-
CMYK0.850.7500.54
HSL233.33º73.33%26.47%-
HSV(B)233.33º84.62%45.88%-
XYZ3.92.2917.07-
YUV35.74173.86115.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=10.98%
G=17.68%
B=71.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18291170.850.7500.54233.3373.3326.47
Hex121D75554B036e9491a
Octal223516512511306635111132
Binary1001011101111010110101011001011011011011101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D75; }

 p { color: rgb(18,29,117); }

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

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

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

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

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

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

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