Html Css Color HEX #121346 Midnight Express

📋 copy color: '#121346'

red 18 ◦ green 19 ◦ blue 70

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

Shades of Midnight Express #121346

Tints of Midnight Express #121346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 16.82%
G = 17.76%
B = 65.42%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121346 (or 0x121346) is known color: Midnight Express. HEX triplet: 12, 13 and 46. RGB value is (18,19,70). Sum of RGB (Red+Green+Blue) = 18+19+70=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #121346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121346 is #EDECB9. Grayscale: #181818. Windows color (decimal): -15592634 or 4592402. OLE color: 4592402.

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

Color convert

RGB 18 19 70 -
CMYK 0.74 0.73 0 0.73
HSL 238.85º 0.59% 0.17% -
HSV(B) 238.85º 0.74% 0.27% -
XYZ 1.59 1.04 5.91 -
YUV 24.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 18 19 70 0.74 0.73 0 0.73 238.85 0.59 0.17
Hex 12 13 46 4A 49 0 49 EF 3B 11
Octal 22 23 106 112 111 0 111 357 73 21
Binary 10010 10011 1000110 1001010 1001001 0 1001001 11101111 111011 10001

Color Harmonies of #121346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121346

Black with #121346

Text Example


Text Example

White with #121346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121346; }

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

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

background-color css

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

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

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

border-color css

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

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

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