Html Css Color HEX #121834 Midnight Express

📋 copy color: '#121834'

red 18 ◦ green 24 ◦ blue 52

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

Shades of Midnight Express #121834

Tints of Midnight Express #121834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

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

R = 19.15%
G = 25.53%
B = 55.32%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121834 (or 0x121834) is known color: Midnight Express. HEX triplet: 12, 18 and 34. RGB value is (18,24,52). Sum of RGB (Red+Green+Blue) = 18+24+52=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #121834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121834 is #EDE7CB. Grayscale: #191919. Windows color (decimal): -15591372 or 3414034. OLE color: 3414034.

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

Color convert

RGB 18 24 52 -
CMYK 0.65 0.54 0 0.80
HSL 229.41º 0.49% 0.14% -
HSV(B) 229.41º 0.65% 0.2% -
XYZ 1.2 1.03 3.38 -
YUV 25.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 18 24 52 0.65 0.54 0 0.80 229.41 0.49 0.14
Hex 12 18 34 41 36 0 50 E5 31 E
Octal 22 30 64 101 66 0 120 345 61 16
Binary 10010 11000 110100 1000001 110110 0 1010000 11100101 110001 1110

Color Harmonies of #121834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121834

Black with #121834

Text Example


Text Example

White with #121834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121834; }

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

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

background-color css

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

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

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

border-color css

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

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

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