Html Css Color HEX #121442 Midnight Express

📋 copy color: '#121442'

red 18 ◦ green 20 ◦ blue 66

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

Shades of Midnight Express #121442

Tints of Midnight Express #121442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 17.31%
G = 19.23%
B = 63.46%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121442 (or 0x121442) is known color: Midnight Express. HEX triplet: 12, 14 and 42. RGB value is (18,20,66). Sum of RGB (Red+Green+Blue) = 18+20+66=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #121442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121442 is #EDEBBD. Grayscale: #181818. Windows color (decimal): -15592382 or 4330514. OLE color: 4330514.

HSL color Cylindrical-coordinate representation of color #121442: hue angle of 237.5º 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 #121442 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 20 66 -
CMYK 0.73 0.70 0 0.74
HSL 237.5º 0.57% 0.16% -
HSV(B) 237.5º 0.73% 0.26% -
XYZ 1.48 1.02 5.27 -
YUV 24.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 18 20 66 0.73 0.70 0 0.74 237.5 0.57 0.16
Hex 12 14 42 49 46 0 4A EE 39 10
Octal 22 24 102 111 106 0 112 356 71 20
Binary 10010 10100 1000010 1001001 1000110 0 1001010 11101110 111001 10000

Color Harmonies of #121442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121442

Black with #121442

Text Example


Text Example

White with #121442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121442; }

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

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

background-color css

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

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

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

border-color css

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

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

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