Html Css Color HEX #121E36 Midnight Express

📋 copy color: '#121E36'

red 18 ◦ green 30 ◦ blue 54

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

Shades of Midnight Express #121E36

Tints of Midnight Express #121E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 17.65%
G = 29.41%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121E36 (or 0x121E36) is known color: Midnight Express. HEX triplet: 12, 1E and 36. RGB value is (18,30,54). Sum of RGB (Red+Green+Blue) = 18+30+54=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #121E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E36 is #EDE1C9. Grayscale: #1D1D1D. Windows color (decimal): -15589834 or 3546642. OLE color: 3546642.

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

Color convert

RGB 18 30 54 -
CMYK 0.67 0.44 0 0.79
HSL 220º 0.5% 0.14% -
HSV(B) 220º 0.67% 0.21% -
XYZ 1.38 1.32 3.67 -
YUV 29.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 18 30 54 0.67 0.44 0 0.79 220 0.5 0.14
Hex 12 1E 36 43 2C 0 4F DC 32 E
Octal 22 36 66 103 54 0 117 334 62 16
Binary 10010 11110 110110 1000011 101100 0 1001111 11011100 110010 1110

Color Harmonies of #121E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E36

Black with #121E36

Text Example


Text Example

White with #121E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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