Html Css Color HEX #121946 Midnight Express

📋 copy color: '#121946'

red 18 ◦ green 25 ◦ blue 70

#121946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #121946

Tints of Midnight Express #121946

RGB

 RED value IS 18 (7.42% from 255) = 15.93%

 GREEN value IS 25 (10.16% from 255) = 22.12%

 BLUE value IS 70 (27.73% from 255) = 61.95%

R = 15.93%
G = 22.12%
B = 61.95%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121946 (or 0x121946) is known color: Midnight Express. HEX triplet: 12, 19 and 46. RGB value is (18,25,70). Sum of RGB (Red+Green+Blue) = 18+25+70=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #121946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121946 is #EDE6B9. Grayscale: #1B1B1B. Windows color (decimal): -15591098 or 4593938. OLE color: 4593938.

HSL color Cylindrical-coordinate representation of color #121946: hue angle of 231.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121946 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 25 70 -
CMYK 0.74 0.64 0 0.73
HSL 231.92º 0.59% 0.17% -
HSV(B) 231.92º 0.74% 0.27% -
XYZ 1.7 1.27 5.95 -
YUV 28.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 18 25 70 0.74 0.64 0 0.73 231.92 0.59 0.17
Hex 12 19 46 4A 40 0 49 E8 3B 11
Octal 22 31 106 112 100 0 111 350 73 21
Binary 10010 11001 1000110 1001010 1000000 0 1001001 11101000 111011 10001

Color Harmonies of #121946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121946

Black with #121946

Text Example


Text Example

White with #121946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121946; }

 p { color: rgb(18,25,70); }

 H1.HeaderClassName
 {
   color: #121946;
 }
 .AnyTagClassName
 {
   color: #121946;
 }
</style>

background-color css

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

 a { background-color: rgb(18,25,70); }

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

border-color css

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

 span { border-color: rgb(18,25,70); }

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