Html Css Color HEX #121832 Midnight Express

📋 copy color: '#121832'

red 18 ◦ green 24 ◦ blue 50

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

Shades of Midnight Express #121832

Tints of Midnight Express #121832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 19.57%
G = 26.09%
B = 54.35%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121832 (or 0x121832) is known color: Midnight Express. HEX triplet: 12, 18 and 32. RGB value is (18,24,50). Sum of RGB (Red+Green+Blue) = 18+24+50=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #121832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121832 is #EDE7CD. Grayscale: #191919. Windows color (decimal): -15591374 or 3282962. OLE color: 3282962.

HSL color Cylindrical-coordinate representation of color #121832: hue angle of 228.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121832 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 24 50 -
CMYK 0.64 0.52 0 0.80
HSL 228.75º 0.47% 0.13% -
HSV(B) 228.75º 0.64% 0.2% -
XYZ 1.15 1.01 3.15 -
YUV 25.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 18 24 50 0.64 0.52 0 0.80 228.75 0.47 0.13
Hex 12 18 32 40 34 0 50 E5 2F D
Octal 22 30 62 100 64 0 120 345 57 15
Binary 10010 11000 110010 1000000 110100 0 1010000 11100101 101111 1101

Color Harmonies of #121832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121832

Black with #121832

Text Example


Text Example

White with #121832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121832; }

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

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

background-color css

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

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

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

border-color css

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

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

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