Html Css Color HEX #121140 Midnight Express

📋 copy color: '#121140'

red 18 ◦ green 17 ◦ blue 64

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

Shades of Midnight Express #121140

Tints of Midnight Express #121140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

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

R = 18.18%
G = 17.17%
B = 64.65%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121140 (or 0x121140) is known color: Midnight Express. HEX triplet: 12, 11 and 40. RGB value is (18,17,64). Sum of RGB (Red+Green+Blue) = 18+17+64=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #121140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121140 is #EDEEBF. Grayscale: #161616. Windows color (decimal): -15593152 or 4198674. OLE color: 4198674.

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

Color convert

RGB 18 17 64 -
CMYK 0.72 0.73 0 0.75
HSL 241.28º 0.58% 0.16% -
HSV(B) 241.28º 0.73% 0.25% -
XYZ 1.38 0.9 4.95 -
YUV 22.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 18 17 64 0.72 0.73 0 0.75 241.28 0.58 0.16
Hex 12 11 40 48 49 0 4B F1 3A 10
Octal 22 21 100 110 111 0 113 361 72 20
Binary 10010 10001 1000000 1001000 1001001 0 1001011 11110001 111010 10000

Color Harmonies of #121140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121140

Black with #121140

Text Example


Text Example

White with #121140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121140; }

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

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

background-color css

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

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

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

border-color css

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

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

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