Html Css Color HEX #121A31 Midnight Express

📋 copy color: '#121A31'

red 18 ◦ green 26 ◦ blue 49

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

Shades of Midnight Express #121A31

Tints of Midnight Express #121A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.96%

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

R = 19.35%
G = 27.96%
B = 52.69%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121A31 (or 0x121A31) is known color: Midnight Express. HEX triplet: 12, 1A and 31. RGB value is (18,26,49). Sum of RGB (Red+Green+Blue) = 18+26+49=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #121A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A31 is #EDE5CE. Grayscale: #1A1A1A. Windows color (decimal): -15590863 or 3217938. OLE color: 3217938.

HSL color Cylindrical-coordinate representation of color #121A31: hue angle of 224.52º 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 #121A31 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 26 49 -
CMYK 0.63 0.47 0 0.81
HSL 224.52º 0.46% 0.13% -
HSV(B) 224.52º 0.63% 0.19% -
XYZ 1.17 1.09 3.05 -
YUV 26.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 18 26 49 0.63 0.47 0 0.81 224.52 0.46 0.13
Hex 12 1A 31 3F 2F 0 51 E1 2E D
Octal 22 32 61 77 57 0 121 341 56 15
Binary 10010 11010 110001 111111 101111 0 1010001 11100001 101110 1101

Color Harmonies of #121A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A31

Black with #121A31

Text Example


Text Example

White with #121A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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