Html Css Color HEX #121E3D Midnight Express

📋 copy color: '#121E3D'

red 18 ◦ green 30 ◦ blue 61

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

Shades of Midnight Express #121E3D

Tints of Midnight Express #121E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 55.96%

R = 16.51%
G = 27.52%
B = 55.96%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#121E3D (or 0x121E3D) is known color: Midnight Express. HEX triplet: 12, 1E and 3D. RGB value is (18,30,61). Sum of RGB (Red+Green+Blue) = 18+30+61=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #121E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E3D is #EDE1C2. Grayscale: #1D1D1D. Windows color (decimal): -15589827 or 4005394. OLE color: 4005394.

HSL color Cylindrical-coordinate representation of color #121E3D: hue angle of 223.26º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121E3D is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 30 61 -
CMYK 0.70 0.51 0 0.76
HSL 223.26º 0.54% 0.15% -
HSV(B) 223.26º 0.7% 0.24% -
XYZ 1.56 1.39 4.6 -
YUV 29.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 18 30 61 0.70 0.51 0 0.76 223.26 0.54 0.15
Hex 12 1E 3D 46 33 0 4C DF 36 F
Octal 22 36 75 106 63 0 114 337 66 17
Binary 10010 11110 111101 1000110 110011 0 1001100 11011111 110110 1111

Color Harmonies of #121E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E3D

Black with #121E3D

Text Example


Text Example

White with #121E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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