Html Css Color HEX #121E37 Midnight Express

📋 copy color: '#121E37'

red 18 ◦ green 30 ◦ blue 55

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

Shades of Midnight Express #121E37

Tints of Midnight Express #121E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 53.4%

R = 17.48%
G = 29.13%
B = 53.4%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121E37 (or 0x121E37) is known color: Midnight Express. HEX triplet: 12, 1E and 37. RGB value is (18,30,55). Sum of RGB (Red+Green+Blue) = 18+30+55=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #121E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E37 is #EDE1C8. Grayscale: #1D1D1D. Windows color (decimal): -15589833 or 3612178. OLE color: 3612178.

HSL color Cylindrical-coordinate representation of color #121E37: hue angle of 220.54º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121E37 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 30 55 -
CMYK 0.67 0.45 0 0.78
HSL 220.54º 0.51% 0.14% -
HSV(B) 220.54º 0.67% 0.22% -
XYZ 1.4 1.33 3.8 -
YUV 29.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 18 30 55 0.67 0.45 0 0.78 220.54 0.51 0.14
Hex 12 1E 37 43 2D 0 4E DD 33 E
Octal 22 36 67 103 55 0 116 335 63 16
Binary 10010 11110 110111 1000011 101101 0 1001110 11011101 110011 1110

Color Harmonies of #121E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E37

Black with #121E37

Text Example


Text Example

White with #121E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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