Html Css Color HEX #121E33 Midnight Express

📋 copy color: '#121E33'

red 18 ◦ green 30 ◦ blue 51

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

Shades of Midnight Express #121E33

Tints of Midnight Express #121E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.3%

 BLUE value IS 51 (20.31% from 255) = 51.52%

R = 18.18%
G = 30.3%
B = 51.52%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121E33 (or 0x121E33) is known color: Midnight Express. HEX triplet: 12, 1E and 33. RGB value is (18,30,51). Sum of RGB (Red+Green+Blue) = 18+30+51=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #121E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E33 is #EDE1CC. Grayscale: #1C1C1C. Windows color (decimal): -15589837 or 3350034. OLE color: 3350034.

HSL color Cylindrical-coordinate representation of color #121E33: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121E33 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 30 51 -
CMYK 0.65 0.41 0 0.8
HSL 218.18º 0.48% 0.14% -
HSV(B) 218.18º 0.65% 0.2% -
XYZ 1.31 1.3 3.31 -
YUV 28.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 18 30 51 0.65 0.41 0 0.8 218.18 0.48 0.14
Hex 12 1E 33 41 29 0 50 DA 30 E
Octal 22 36 63 101 51 0 120 332 60 16
Binary 10010 11110 110011 1000001 101001 0 1010000 11011010 110000 1110

Color Harmonies of #121E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E33

Black with #121E33

Text Example


Text Example

White with #121E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,51); }

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

background-color css

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

 a { background-color: rgb(18,30,51); }

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

border-color css

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

 span { border-color: rgb(18,30,51); }

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