#121C6A

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

Shades of Midnight Blue #121C6A

Tints of Midnight Blue #121C6A

Color information

#121C6A (or 0x121C6A) is unknown color: approx Midnight Blue. HEX triplet: 12, 1C and 6A. RGB value is (18,28,106). Sum of RGB (Red+Green+Blue) = 18+28+106=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #121C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C6A is #EDE395. Grayscale: #212121. Windows color (decimal): -15590294 or 6954002. OLE color: 6954002.

HSL color Cylindrical-coordinate representation of color #121C6A: hue angle of 233.18º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121C6A is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1828106-
CMYK0.830.7400.58
HSL233.18º70.97%24.31%-
HSV(B)233.18º83.02%41.57%-
XYZ3.27213.85-
YUV33.9168.69116.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 106 (41.80% from 255) = 69.74%
R=11.84%
G=18.42%
B=69.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18281060.830.7400.58233.1870.9724.31
Hex121C6A534A03Ae94718
Octal223415212311207235110730
Binary1001011100110101010100111001010011101011101001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,106); }

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

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

 a { background-color: rgb(18,28,106); }

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

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

 span { border-color: rgb(18,28,106); }

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