Html Css Color HEX #121A2E Midnight Express

📋 copy color: '#121A2E'

red 18 ◦ green 26 ◦ blue 46

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

Shades of Midnight Express #121A2E

Tints of Midnight Express #121A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.89%

 BLUE value IS 46 (18.36% from 255) = 51.11%

R = 20%
G = 28.89%
B = 51.11%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#121A2E (or 0x121A2E) is known color: Midnight Express. HEX triplet: 12, 1A and 2E. RGB value is (18,26,46). Sum of RGB (Red+Green+Blue) = 18+26+46=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #121A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A2E is #EDE5D1. Grayscale: #191919. Windows color (decimal): -15590866 or 3021330. OLE color: 3021330.

HSL color Cylindrical-coordinate representation of color #121A2E: hue angle of 222.86º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121A2E is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 26 46 -
CMYK 0.61 0.43 0 0.82
HSL 222.86º 0.44% 0.13% -
HSV(B) 222.86º 0.61% 0.18% -
XYZ 1.11 1.06 2.73 -
YUV 25.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 18 26 46 0.61 0.43 0 0.82 222.86 0.44 0.13
Hex 12 1A 2E 3D 2B 0 52 DF 2C D
Octal 22 32 56 75 53 0 122 337 54 15
Binary 10010 11010 101110 111101 101011 0 1010010 11011111 101100 1101

Color Harmonies of #121A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A2E

Black with #121A2E

Text Example


Text Example

White with #121A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,46); }

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

background-color css

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

 a { background-color: rgb(18,26,46); }

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

border-color css

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

 span { border-color: rgb(18,26,46); }

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