Html Css Color HEX #121040 Midnight Express

📋 copy color: '#121040'

red 18 ◦ green 16 ◦ blue 64

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

Shades of Midnight Express #121040

Tints of Midnight Express #121040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.33%

 BLUE value IS 64 (25.39% from 255) = 65.31%

R = 18.37%
G = 16.33%
B = 65.31%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121040 (or 0x121040) is known color: Midnight Express. HEX triplet: 12, 10 and 40. RGB value is (18,16,64). Sum of RGB (Red+Green+Blue) = 18+16+64=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #121040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121040 is #EDEFBF. Grayscale: #151515. Windows color (decimal): -15593408 or 4198418. OLE color: 4198418.

HSL color Cylindrical-coordinate representation of color #121040: hue angle of 242.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121040 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 16 64 -
CMYK 0.72 0.75 0 0.75
HSL 242.5º 0.6% 0.16% -
HSV(B) 242.5º 0.75% 0.25% -
XYZ 1.36 0.87 4.95 -
YUV 22.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 18 16 64 0.72 0.75 0 0.75 242.5 0.6 0.16
Hex 12 10 40 48 4B 0 4B F2 3C 10
Octal 22 20 100 110 113 0 113 362 74 20
Binary 10010 10000 1000000 1001000 1001011 0 1001011 11110010 111100 10000

Color Harmonies of #121040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121040

Black with #121040

Text Example


Text Example

White with #121040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121040; }

 p { color: rgb(18,16,64); }

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

background-color css

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

 a { background-color: rgb(18,16,64); }

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

border-color css

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

 span { border-color: rgb(18,16,64); }

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