#121A7C

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

Shades of Midnight Blue #121A7C

Tints of Midnight Blue #121A7C

Color information

#121A7C (or 0x121A7C) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 7C. RGB value is (18,26,124). Sum of RGB (Red+Green+Blue) = 18+26+124=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #121A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A7C is #EDE583. Grayscale: #222222. Windows color (decimal): -15590788 or 8133138. OLE color: 8133138.

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

Color convert

RGB1826124-
CMYK0.850.7900.51
HSL235.47º74.65%27.84%-
HSV(B)235.47º85.48%48.63%-
XYZ4.262.3219.29-
YUV34.78178.35116.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 124 (48.83% from 255) = 73.81%
R=10.71%
G=15.48%
B=73.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18261240.850.7900.51235.4774.6527.84
Hex121A7C554F033eb4b1c
Octal223217412511706335311334
Binary1001011010111110010101011001111011001111101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,124); }

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

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

 a { background-color: rgb(18,26,124); }

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

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

 span { border-color: rgb(18,26,124); }

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