#121869

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

Shades of Midnight Blue #121869

Tints of Midnight Blue #121869

Color information

#121869 (or 0x121869) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 69. RGB value is (18,24,105). Sum of RGB (Red+Green+Blue) = 18+24+105=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #121869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121869 is #EDE796. Grayscale: #1F1F1F. Windows color (decimal): -15591319 or 6887442. OLE color: 6887442.

HSL color Cylindrical-coordinate representation of color #121869: hue angle of 235.86º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121869 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1824105-
CMYK0.830.7700.59
HSL235.86º70.73%24.12%-
HSV(B)235.86º82.86%41.18%-
XYZ3.131.813.55-
YUV31.44169.51118.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 105 (41.41% from 255) = 71.43%
R=12.24%
G=16.33%
B=71.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18241050.830.7700.59235.8670.7324.12
Hex121869534D03Bec4718
Octal223015112311507335410730
Binary1001011000110100110100111001101011101111101100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121869; }

 p { color: rgb(18,24,105); }

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

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

 a { background-color: rgb(18,24,105); }

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

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

 span { border-color: rgb(18,24,105); }

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