Html Css Color HEX #121E39 Midnight Express

📋 copy color: '#121E39'

red 18 ◦ green 30 ◦ blue 57

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

Shades of Midnight Express #121E39

Tints of Midnight Express #121E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 54.29%

R = 17.14%
G = 28.57%
B = 54.29%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121E39 (or 0x121E39) is known color: Midnight Express. HEX triplet: 12, 1E and 39. RGB value is (18,30,57). Sum of RGB (Red+Green+Blue) = 18+30+57=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #121E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E39 is #EDE1C6. Grayscale: #1D1D1D. Windows color (decimal): -15589831 or 3743250. OLE color: 3743250.

HSL color Cylindrical-coordinate representation of color #121E39: hue angle of 221.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121E39 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 30 57 -
CMYK 0.68 0.47 0 0.78
HSL 221.54º 0.52% 0.15% -
HSV(B) 221.54º 0.68% 0.22% -
XYZ 1.45 1.35 4.06 -
YUV 29.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 18 30 57 0.68 0.47 0 0.78 221.54 0.52 0.15
Hex 12 1E 39 44 2F 0 4E DE 34 F
Octal 22 36 71 104 57 0 116 336 64 17
Binary 10010 11110 111001 1000100 101111 0 1001110 11011110 110100 1111

Color Harmonies of #121E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E39

Black with #121E39

Text Example


Text Example

White with #121E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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