Html Css Color HEX #121141 Midnight Express

📋 copy color: '#121141'

red 18 ◦ green 17 ◦ blue 65

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

Shades of Midnight Express #121141

Tints of Midnight Express #121141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 65%

R = 18%
G = 17%
B = 65%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121141 (or 0x121141) is known color: Midnight Express. HEX triplet: 12, 11 and 41. RGB value is (18,17,65). Sum of RGB (Red+Green+Blue) = 18+17+65=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #121141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121141 is #EDEEBE. Grayscale: #161616. Windows color (decimal): -15593151 or 4264210. OLE color: 4264210.

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

Color convert

RGB 18 17 65 -
CMYK 0.72 0.74 0 0.75
HSL 241.25º 0.59% 0.16% -
HSV(B) 241.25º 0.74% 0.25% -
XYZ 1.4 0.91 5.1 -
YUV 22.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 18 17 65 0.72 0.74 0 0.75 241.25 0.59 0.16
Hex 12 11 41 48 4A 0 4B F1 3B 10
Octal 22 21 101 110 112 0 113 361 73 20
Binary 10010 10001 1000001 1001000 1001010 0 1001011 11110001 111011 10000

Color Harmonies of #121141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121141

Black with #121141

Text Example


Text Example

White with #121141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121141; }

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

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

background-color css

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

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

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

border-color css

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

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

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