Html Css Color HEX #121D2F Midnight Express

📋 copy color: '#121D2F'

red 18 ◦ green 29 ◦ blue 47

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

Shades of Midnight Express #121D2F

Tints of Midnight Express #121D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.85%

 BLUE value IS 47 (18.75% from 255) = 50%

R = 19.15%
G = 30.85%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#121D2F (or 0x121D2F) is known color: Midnight Express. HEX triplet: 12, 1D and 2F. RGB value is (18,29,47). Sum of RGB (Red+Green+Blue) = 18+29+47=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #121D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D2F is #EDE2D0. Grayscale: #1B1B1B. Windows color (decimal): -15590097 or 3087634. OLE color: 3087634.

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

Color convert

RGB 18 29 47 -
CMYK 0.62 0.38 0 0.82
HSL 217.24º 0.45% 0.13% -
HSV(B) 217.24º 0.62% 0.18% -
XYZ 1.2 1.21 2.86 -
YUV 27.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 18 29 47 0.62 0.38 0 0.82 217.24 0.45 0.13
Hex 12 1D 2F 3E 26 0 52 D9 2D D
Octal 22 35 57 76 46 0 122 331 55 15
Binary 10010 11101 101111 111110 100110 0 1010010 11011001 101101 1101

Color Harmonies of #121D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D2F

Black with #121D2F

Text Example


Text Example

White with #121D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,47); }

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

background-color css

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

 a { background-color: rgb(18,29,47); }

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

border-color css

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

 span { border-color: rgb(18,29,47); }

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