Html Css Color HEX #121736 Midnight Express

📋 copy color: '#121736'

red 18 ◦ green 23 ◦ blue 54

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

Shades of Midnight Express #121736

Tints of Midnight Express #121736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.21%

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

R = 18.95%
G = 24.21%
B = 56.84%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121736 (or 0x121736) is known color: Midnight Express. HEX triplet: 12, 17 and 36. RGB value is (18,23,54). Sum of RGB (Red+Green+Blue) = 18+23+54=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #121736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121736 is #EDE8C9. Grayscale: #181818. Windows color (decimal): -15591626 or 3544850. OLE color: 3544850.

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

Color convert

RGB 18 23 54 -
CMYK 0.67 0.57 0 0.79
HSL 231.67º 0.5% 0.14% -
HSV(B) 231.67º 0.67% 0.21% -
XYZ 1.22 1.01 3.62 -
YUV 25.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 18 23 54 0.67 0.57 0 0.79 231.67 0.5 0.14
Hex 12 17 36 43 39 0 4F E8 32 E
Octal 22 27 66 103 71 0 117 350 62 16
Binary 10010 10111 110110 1000011 111001 0 1001111 11101000 110010 1110

Color Harmonies of #121736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121736

Black with #121736

Text Example


Text Example

White with #121736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121736; }

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

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

background-color css

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

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

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

border-color css

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

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

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