Html Css Color HEX #121436 Midnight Express

📋 copy color: '#121436'

red 18 ◦ green 20 ◦ blue 54

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

Shades of Midnight Express #121436

Tints of Midnight Express #121436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 19.57%
G = 21.74%
B = 58.7%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121436 (or 0x121436) is known color: Midnight Express. HEX triplet: 12, 14 and 36. RGB value is (18,20,54). Sum of RGB (Red+Green+Blue) = 18+20+54=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #121436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121436 is #EDEBC9. Grayscale: #171717. Windows color (decimal): -15592394 or 3544082. OLE color: 3544082.

HSL color Cylindrical-coordinate representation of color #121436: hue angle of 236.67º 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 #121436 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 20 54 -
CMYK 0.67 0.63 0 0.79
HSL 236.67º 0.5% 0.14% -
HSV(B) 236.67º 0.67% 0.21% -
XYZ 1.17 0.9 3.6 -
YUV 23.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 18 20 54 0.67 0.63 0 0.79 236.67 0.5 0.14
Hex 12 14 36 43 3F 0 4F ED 32 E
Octal 22 24 66 103 77 0 117 355 62 16
Binary 10010 10100 110110 1000011 111111 0 1001111 11101101 110010 1110

Color Harmonies of #121436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121436

Black with #121436

Text Example


Text Example

White with #121436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121436; }

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

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

background-color css

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

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

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

border-color css

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

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

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