Html Css Color HEX #121B2D Midnight Express

📋 copy color: '#121B2D'

red 18 ◦ green 27 ◦ blue 45

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

Shades of Midnight Express #121B2D

Tints of Midnight Express #121B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30%

 BLUE value IS 45 (17.97% from 255) = 50%

R = 20%
G = 30%
B = 50%

CMYK

 C value IS 0.6

 M value IS 0.4

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#121B2D (or 0x121B2D) is known color: Midnight Express. HEX triplet: 12, 1B and 2D. RGB value is (18,27,45). Sum of RGB (Red+Green+Blue) = 18+27+45=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #121B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B2D is #EDE4D2. Grayscale: #1A1A1A. Windows color (decimal): -15590611 or 2956050. OLE color: 2956050.

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

Color convert

RGB 18 27 45 -
CMYK 0.6 0.4 0 0.82
HSL 220º 0.43% 0.12% -
HSV(B) 220º 0.6% 0.18% -
XYZ 1.12 1.1 2.64 -
YUV 26.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 18 27 45 0.6 0.4 0 0.82 220 0.43 0.12
Hex 12 1B 2D 3C 28 0 52 DC 2B C
Octal 22 33 55 74 50 0 122 334 53 14
Binary 10010 11011 101101 111100 101000 0 1010010 11011100 101011 1100

Color Harmonies of #121B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B2D

Black with #121B2D

Text Example


Text Example

White with #121B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,27,45); }

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

background-color css

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

 a { background-color: rgb(18,27,45); }

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

border-color css

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

 span { border-color: rgb(18,27,45); }

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