Html Css Color HEX #121936 Midnight Express

📋 copy color: '#121936'

red 18 ◦ green 25 ◦ blue 54

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

Shades of Midnight Express #121936

Tints of Midnight Express #121936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

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

R = 18.56%
G = 25.77%
B = 55.67%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121936 (or 0x121936) is known color: Midnight Express. HEX triplet: 12, 19 and 36. RGB value is (18,25,54). Sum of RGB (Red+Green+Blue) = 18+25+54=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #121936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121936 is #EDE6C9. Grayscale: #1A1A1A. Windows color (decimal): -15591114 or 3545362. OLE color: 3545362.

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

Color convert

RGB 18 25 54 -
CMYK 0.67 0.54 0 0.79
HSL 228.33º 0.5% 0.14% -
HSV(B) 228.33º 0.67% 0.21% -
XYZ 1.26 1.09 3.63 -
YUV 26.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 18 25 54 0.67 0.54 0 0.79 228.33 0.5 0.14
Hex 12 19 36 43 36 0 4F E4 32 E
Octal 22 31 66 103 66 0 117 344 62 16
Binary 10010 11001 110110 1000011 110110 0 1001111 11100100 110010 1110

Color Harmonies of #121936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121936

Black with #121936

Text Example


Text Example

White with #121936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121936; }

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

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

background-color css

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

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

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

border-color css

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

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

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