Html Css Color HEX #121E3A Midnight Express

📋 copy color: '#121E3A'

red 18 ◦ green 30 ◦ blue 58

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

Shades of Midnight Express #121E3A

Tints of Midnight Express #121E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 54.72%

R = 16.98%
G = 28.3%
B = 54.72%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#121E3A (or 0x121E3A) is known color: Midnight Express. HEX triplet: 12, 1E and 3A. RGB value is (18,30,58). Sum of RGB (Red+Green+Blue) = 18+30+58=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #121E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E3A is #EDE1C5. Grayscale: #1D1D1D. Windows color (decimal): -15589830 or 3808786. OLE color: 3808786.

HSL color Cylindrical-coordinate representation of color #121E3A: hue angle of 222º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #121E3A is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 30 58 -
CMYK 0.69 0.48 0 0.77
HSL 222º 0.53% 0.15% -
HSV(B) 222º 0.69% 0.23% -
XYZ 1.48 1.36 4.19 -
YUV 29.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 18 30 58 0.69 0.48 0 0.77 222 0.53 0.15
Hex 12 1E 3A 45 30 0 4D DE 35 F
Octal 22 36 72 105 60 0 115 336 65 17
Binary 10010 11110 111010 1000101 110000 0 1001101 11011110 110101 1111

Color Harmonies of #121E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E3A

Black with #121E3A

Text Example


Text Example

White with #121E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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