Html Css Color HEX #121D36 Midnight Express

📋 copy color: '#121D36'

red 18 ◦ green 29 ◦ blue 54

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

Shades of Midnight Express #121D36

Tints of Midnight Express #121D36

RGB

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

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

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

R = 17.82%
G = 28.71%
B = 53.47%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121D36 (or 0x121D36) is known color: Midnight Express. HEX triplet: 12, 1D and 36. RGB value is (18,29,54). Sum of RGB (Red+Green+Blue) = 18+29+54=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #121D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D36 is #EDE2C9. Grayscale: #1C1C1C. Windows color (decimal): -15590090 or 3546386. OLE color: 3546386.

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

Color convert

RGB 18 29 54 -
CMYK 0.67 0.46 0 0.79
HSL 221.67º 0.5% 0.14% -
HSV(B) 221.67º 0.67% 0.21% -
XYZ 1.35 1.27 3.66 -
YUV 28.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 18 29 54 0.67 0.46 0 0.79 221.67 0.5 0.14
Hex 12 1D 36 43 2E 0 4F DE 32 E
Octal 22 35 66 103 56 0 117 336 62 16
Binary 10010 11101 110110 1000011 101110 0 1001111 11011110 110010 1110

Color Harmonies of #121D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D36

Black with #121D36

Text Example


Text Example

White with #121D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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