Html Css Color HEX #121D46 Midnight Express

📋 copy color: '#121D46'

red 18 ◦ green 29 ◦ blue 70

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

Shades of Midnight Express #121D46

Tints of Midnight Express #121D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

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

R = 15.38%
G = 24.79%
B = 59.83%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121D46 (or 0x121D46) is known color: Midnight Express. HEX triplet: 12, 1D and 46. RGB value is (18,29,70). Sum of RGB (Red+Green+Blue) = 18+29+70=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #121D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D46 is #EDE2B9. Grayscale: #1E1E1E. Windows color (decimal): -15590074 or 4594962. OLE color: 4594962.

HSL color Cylindrical-coordinate representation of color #121D46: hue angle of 227.31º 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 #121D46 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 29 70 -
CMYK 0.74 0.59 0 0.73
HSL 227.31º 0.59% 0.17% -
HSV(B) 227.31º 0.74% 0.27% -
XYZ 1.79 1.45 5.98 -
YUV 30.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 18 29 70 0.74 0.59 0 0.73 227.31 0.59 0.17
Hex 12 1D 46 4A 3B 0 49 E3 3B 11
Octal 22 35 106 112 73 0 111 343 73 21
Binary 10010 11101 1000110 1001010 111011 0 1001001 11100011 111011 10001

Color Harmonies of #121D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D46

Black with #121D46

Text Example


Text Example

White with #121D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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