#121F7D

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

Shades of Midnight Blue #121F7D

Tints of Midnight Blue #121F7D

Color information

#121F7D (or 0x121F7D) is unknown color: approx Midnight Blue. HEX triplet: 12, 1F and 7D. RGB value is (18,31,125). Sum of RGB (Red+Green+Blue) = 18+31+125=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #121F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F7D is #EDE082. Grayscale: #252525. Windows color (decimal): -15589507 or 8199954. OLE color: 8199954.

HSL color Cylindrical-coordinate representation of color #121F7D: hue angle of 232.71º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121F7D is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1831125-
CMYK0.860.7500.51
HSL232.71º74.83%28.04%-
HSV(B)232.71º85.6%49.02%-
XYZ4.442.5919.67-
YUV37.83177.19113.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 125 (49.22% from 255) = 71.84%
R=10.34%
G=17.82%
B=71.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18311250.860.7500.51232.7174.8328.04
Hex121F7D564B033e94b1c
Octal223717512611306335111334
Binary1001011111111110110101101001011011001111101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,31,125); }

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

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

 a { background-color: rgb(18,31,125); }

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

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

 span { border-color: rgb(18,31,125); }

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