Html Css Color HEX #121534 Midnight Express

📋 copy color: '#121534'

red 18 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #121534

Tints of Midnight Express #121534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 19.78%
G = 23.08%
B = 57.14%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121534 (or 0x121534) is known color: Midnight Express. HEX triplet: 12, 15 and 34. RGB value is (18,21,52). Sum of RGB (Red+Green+Blue) = 18+21+52=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #121534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121534 is #EDEACB. Grayscale: #171717. Windows color (decimal): -15592140 or 3413266. OLE color: 3413266.

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

Color convert

RGB 18 21 52 -
CMYK 0.65 0.60 0 0.80
HSL 234.71º 0.49% 0.14% -
HSV(B) 234.71º 0.65% 0.2% -
XYZ 1.14 0.91 3.37 -
YUV 23.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 18 21 52 0.65 0.60 0 0.80 234.71 0.49 0.14
Hex 12 15 34 41 3C 0 50 EB 31 E
Octal 22 25 64 101 74 0 120 353 61 16
Binary 10010 10101 110100 1000001 111100 0 1010000 11101011 110001 1110

Color Harmonies of #121534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121534

Black with #121534

Text Example


Text Example

White with #121534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121534; }

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

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

background-color css

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

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

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

border-color css

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

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

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