Html Css Color HEX #121646 Midnight Express

📋 copy color: '#121646'

red 18 ◦ green 22 ◦ blue 70

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

Shades of Midnight Express #121646

Tints of Midnight Express #121646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20%

 BLUE value IS 70 (27.73% from 255) = 63.64%

R = 16.36%
G = 20%
B = 63.64%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121646 (or 0x121646) is known color: Midnight Express. HEX triplet: 12, 16 and 46. RGB value is (18,22,70). Sum of RGB (Red+Green+Blue) = 18+22+70=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #121646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121646 is #EDE9B9. Grayscale: #1A1A1A. Windows color (decimal): -15591866 or 4593170. OLE color: 4593170.

HSL color Cylindrical-coordinate representation of color #121646: hue angle of 235.38º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121646 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 22 70 -
CMYK 0.74 0.69 0 0.73
HSL 235.38º 0.59% 0.17% -
HSV(B) 235.38º 0.74% 0.27% -
XYZ 1.64 1.14 5.93 -
YUV 26.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 18 22 70 0.74 0.69 0 0.73 235.38 0.59 0.17
Hex 12 16 46 4A 45 0 49 EB 3B 11
Octal 22 26 106 112 105 0 111 353 73 21
Binary 10010 10110 1000110 1001010 1000101 0 1001001 11101011 111011 10001

Color Harmonies of #121646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121646

Black with #121646

Text Example


Text Example

White with #121646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121646; }

 p { color: rgb(18,22,70); }

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

background-color css

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

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

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

border-color css

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

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

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