Html Css Color HEX #121634 Midnight Express

📋 copy color: '#121634'

red 18 ◦ green 22 ◦ blue 52

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

Shades of Midnight Express #121634

Tints of Midnight Express #121634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.91%

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

R = 19.57%
G = 23.91%
B = 56.52%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121634 (or 0x121634) is known color: Midnight Express. HEX triplet: 12, 16 and 34. RGB value is (18,22,52). Sum of RGB (Red+Green+Blue) = 18+22+52=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #121634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121634 is #EDE9CB. Grayscale: #181818. Windows color (decimal): -15591884 or 3413522. OLE color: 3413522.

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

Color convert

RGB 18 22 52 -
CMYK 0.65 0.58 0 0.80
HSL 232.94º 0.49% 0.14% -
HSV(B) 232.94º 0.65% 0.2% -
XYZ 1.16 0.95 3.37 -
YUV 24.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 18 22 52 0.65 0.58 0 0.80 232.94 0.49 0.14
Hex 12 16 34 41 3A 0 50 E9 31 E
Octal 22 26 64 101 72 0 120 351 61 16
Binary 10010 10110 110100 1000001 111010 0 1010000 11101001 110001 1110

Color Harmonies of #121634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121634

Black with #121634

Text Example


Text Example

White with #121634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121634; }

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

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

background-color css

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

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

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

border-color css

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

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

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