Html Css Color HEX #121F34 Midnight Express

📋 copy color: '#121F34'

red 18 ◦ green 31 ◦ blue 52

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

Shades of Midnight Express #121F34

Tints of Midnight Express #121F34

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

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

R = 17.82%
G = 30.69%
B = 51.49%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121F34 (or 0x121F34) is known color: Midnight Express. HEX triplet: 12, 1F and 34. RGB value is (18,31,52). Sum of RGB (Red+Green+Blue) = 18+31+52=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #121F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F34 is #EDE0CB. Grayscale: #1D1D1D. Windows color (decimal): -15589580 or 3415826. OLE color: 3415826.

HSL color Cylindrical-coordinate representation of color #121F34: hue angle of 217.06º 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 #121F34 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 31 52 -
CMYK 0.65 0.40 0 0.80
HSL 217.06º 0.49% 0.14% -
HSV(B) 217.06º 0.65% 0.2% -
XYZ 1.36 1.36 3.44 -
YUV 29.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 18 31 52 0.65 0.40 0 0.80 217.06 0.49 0.14
Hex 12 1F 34 41 28 0 50 D9 31 E
Octal 22 37 64 101 50 0 120 331 61 16
Binary 10010 11111 110100 1000001 101000 0 1010000 11011001 110001 1110

Color Harmonies of #121F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F34

Black with #121F34

Text Example


Text Example

White with #121F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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