Html Css Color HEX #121B31 Midnight Express

📋 copy color: '#121B31'

red 18 ◦ green 27 ◦ blue 49

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

Shades of Midnight Express #121B31

Tints of Midnight Express #121B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.72%

 BLUE value IS 49 (19.53% from 255) = 52.13%

R = 19.15%
G = 28.72%
B = 52.13%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121B31 (or 0x121B31) is known color: Midnight Express. HEX triplet: 12, 1B and 31. RGB value is (18,27,49). Sum of RGB (Red+Green+Blue) = 18+27+49=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #121B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B31 is #EDE4CE. Grayscale: #1A1A1A. Windows color (decimal): -15590607 or 3218194. OLE color: 3218194.

HSL color Cylindrical-coordinate representation of color #121B31: hue angle of 222.58º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121B31 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 27 49 -
CMYK 0.63 0.45 0 0.81
HSL 222.58º 0.46% 0.13% -
HSV(B) 222.58º 0.63% 0.19% -
XYZ 1.2 1.13 3.06 -
YUV 26.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 18 27 49 0.63 0.45 0 0.81 222.58 0.46 0.13
Hex 12 1B 31 3F 2D 0 51 DF 2E D
Octal 22 33 61 77 55 0 121 337 56 15
Binary 10010 11011 110001 111111 101101 0 1010001 11011111 101110 1101

Color Harmonies of #121B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B31

Black with #121B31

Text Example


Text Example

White with #121B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,27,49); }

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

background-color css

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

 a { background-color: rgb(18,27,49); }

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

border-color css

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

 span { border-color: rgb(18,27,49); }

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