Html Css Color HEX #121042 Midnight Express

📋 copy color: '#121042'

red 18 ◦ green 16 ◦ blue 66

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

Shades of Midnight Express #121042

Tints of Midnight Express #121042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 66%

R = 18%
G = 16%
B = 66%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121042 (or 0x121042) is known color: Midnight Express. HEX triplet: 12, 10 and 42. RGB value is (18,16,66). Sum of RGB (Red+Green+Blue) = 18+16+66=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #121042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121042 is #EDEFBD. Grayscale: #161616. Windows color (decimal): -15593406 or 4329490. OLE color: 4329490.

HSL color Cylindrical-coordinate representation of color #121042: hue angle of 242.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121042 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 16 66 -
CMYK 0.73 0.76 0 0.74
HSL 242.4º 0.61% 0.16% -
HSV(B) 242.4º 0.76% 0.26% -
XYZ 1.42 0.89 5.25 -
YUV 22.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 18 16 66 0.73 0.76 0 0.74 242.4 0.61 0.16
Hex 12 10 42 49 4C 0 4A F2 3D 10
Octal 22 20 102 111 114 0 112 362 75 20
Binary 10010 10000 1000010 1001001 1001100 0 1001010 11110010 111101 10000

Color Harmonies of #121042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121042

Black with #121042

Text Example


Text Example

White with #121042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121042; }

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

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

background-color css

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

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

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

border-color css

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

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

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