Html Css Color HEX #121D34 Midnight Express

📋 copy color: '#121D34'

red 18 ◦ green 29 ◦ blue 52

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

Shades of Midnight Express #121D34

Tints of Midnight Express #121D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 52.53%

R = 18.18%
G = 29.29%
B = 52.53%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121D34 (or 0x121D34) is known color: Midnight Express. HEX triplet: 12, 1D and 34. RGB value is (18,29,52). Sum of RGB (Red+Green+Blue) = 18+29+52=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #121D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D34 is #EDE2CB. Grayscale: #1C1C1C. Windows color (decimal): -15590092 or 3415314. OLE color: 3415314.

HSL color Cylindrical-coordinate representation of color #121D34: hue angle of 220.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121D34 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 29 52 -
CMYK 0.65 0.44 0 0.80
HSL 220.59º 0.49% 0.14% -
HSV(B) 220.59º 0.65% 0.2% -
XYZ 1.31 1.26 3.42 -
YUV 28.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 18 29 52 0.65 0.44 0 0.80 220.59 0.49 0.14
Hex 12 1D 34 41 2C 0 50 DD 31 E
Octal 22 35 64 101 54 0 120 335 61 16
Binary 10010 11101 110100 1000001 101100 0 1010000 11011101 110001 1110

Color Harmonies of #121D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D34

Black with #121D34

Text Example


Text Example

White with #121D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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