Html Css Color HEX #121242 Midnight Express

📋 copy color: '#121242'

red 18 ◦ green 18 ◦ blue 66

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

Shades of Midnight Express #121242

Tints of Midnight Express #121242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

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

R = 17.65%
G = 17.65%
B = 64.71%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121242 (or 0x121242) is known color: Midnight Express. HEX triplet: 12, 12 and 42. RGB value is (18,18,66). Sum of RGB (Red+Green+Blue) = 18+18+66=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 66 (26.17% from 255 or 64.71% from 102); Max value from RGB is 66 - color contains mainly: blue. Hex color #121242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121242 is #EDEDBD. Grayscale: #171717. Windows color (decimal): -15592894 or 4330002. OLE color: 4330002.

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

Color convert

RGB 18 18 66 -
CMYK 0.73 0.73 0 0.74
HSL 240º 0.57% 0.16% -
HSV(B) 240º 0.73% 0.26% -
XYZ 1.45 0.95 5.26 -
YUV 23.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 18 18 66 0.73 0.73 0 0.74 240 0.57 0.16
Hex 12 12 42 49 49 0 4A F0 39 10
Octal 22 22 102 111 111 0 112 360 71 20
Binary 10010 10010 1000010 1001001 1001001 0 1001010 11110000 111001 10000

Color Harmonies of #121242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121242

Black with #121242

Text Example


Text Example

White with #121242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121242; }

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

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

background-color css

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

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

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

border-color css

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

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

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