Html Css Color HEX #121C2E Midnight Express

📋 copy color: '#121C2E'

red 18 ◦ green 28 ◦ blue 46

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

Shades of Midnight Express #121C2E

Tints of Midnight Express #121C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.43%

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

R = 19.57%
G = 30.43%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#121C2E (or 0x121C2E) is known color: Midnight Express. HEX triplet: 12, 1C and 2E. RGB value is (18,28,46). Sum of RGB (Red+Green+Blue) = 18+28+46=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #121C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C2E is #EDE3D1. Grayscale: #1A1A1A. Windows color (decimal): -15590354 or 3021842. OLE color: 3021842.

HSL color Cylindrical-coordinate representation of color #121C2E: hue angle of 218.57º 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 #121C2E is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 28 46 -
CMYK 0.61 0.39 0 0.82
HSL 218.57º 0.44% 0.13% -
HSV(B) 218.57º 0.61% 0.18% -
XYZ 1.16 1.16 2.75 -
YUV 27.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 18 28 46 0.61 0.39 0 0.82 218.57 0.44 0.13
Hex 12 1C 2E 3D 27 0 52 DB 2C D
Octal 22 34 56 75 47 0 122 333 54 15
Binary 10010 11100 101110 111101 100111 0 1010010 11011011 101100 1101

Color Harmonies of #121C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C2E

Black with #121C2E

Text Example


Text Example

White with #121C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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