Html Css Color HEX #121336 Midnight Express

📋 copy color: '#121336'

red 18 ◦ green 19 ◦ blue 54

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

Shades of Midnight Express #121336

Tints of Midnight Express #121336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 59.34%

R = 19.78%
G = 20.88%
B = 59.34%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121336 (or 0x121336) is known color: Midnight Express. HEX triplet: 12, 13 and 36. RGB value is (18,19,54). Sum of RGB (Red+Green+Blue) = 18+19+54=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #121336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121336 is #EDECC9. Grayscale: #161616. Windows color (decimal): -15592650 or 3543826. OLE color: 3543826.

HSL color Cylindrical-coordinate representation of color #121336: hue angle of 238.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121336 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 19 54 -
CMYK 0.67 0.65 0 0.79
HSL 238.33º 0.5% 0.14% -
HSV(B) 238.33º 0.67% 0.21% -
XYZ 1.15 0.86 3.6 -
YUV 22.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 18 19 54 0.67 0.65 0 0.79 238.33 0.5 0.14
Hex 12 13 36 43 41 0 4F EE 32 E
Octal 22 23 66 103 101 0 117 356 62 16
Binary 10010 10011 110110 1000011 1000001 0 1001111 11101110 110010 1110

Color Harmonies of #121336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121336

Black with #121336

Text Example


Text Example

White with #121336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121336; }

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

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

background-color css

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

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

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

border-color css

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

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

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