Html Css Color HEX #121734 Midnight Express

📋 copy color: '#121734'

red 18 ◦ green 23 ◦ blue 52

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

Shades of Midnight Express #121734

Tints of Midnight Express #121734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.73%

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

R = 19.35%
G = 24.73%
B = 55.91%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121734 (or 0x121734) is known color: Midnight Express. HEX triplet: 12, 17 and 34. RGB value is (18,23,52). Sum of RGB (Red+Green+Blue) = 18+23+52=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #121734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121734 is #EDE8CB. Grayscale: #181818. Windows color (decimal): -15591628 or 3413778. OLE color: 3413778.

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

Color convert

RGB 18 23 52 -
CMYK 0.65 0.56 0 0.80
HSL 231.18º 0.49% 0.14% -
HSV(B) 231.18º 0.65% 0.2% -
XYZ 1.18 0.99 3.38 -
YUV 24.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 18 23 52 0.65 0.56 0 0.80 231.18 0.49 0.14
Hex 12 17 34 41 38 0 50 E7 31 E
Octal 22 27 64 101 70 0 120 347 61 16
Binary 10010 10111 110100 1000001 111000 0 1010000 11100111 110001 1110

Color Harmonies of #121734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121734

Black with #121734

Text Example


Text Example

White with #121734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121734; }

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

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

background-color css

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

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

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

border-color css

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

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

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