Html Css Color HEX #121640 Midnight Express

📋 copy color: '#121640'

red 18 ◦ green 22 ◦ blue 64

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

Shades of Midnight Express #121640

Tints of Midnight Express #121640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 17.31%
G = 21.15%
B = 61.54%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121640 (or 0x121640) is known color: Midnight Express. HEX triplet: 12, 16 and 40. RGB value is (18,22,64). Sum of RGB (Red+Green+Blue) = 18+22+64=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #121640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121640 is #EDE9BF. Grayscale: #191919. Windows color (decimal): -15591872 or 4199954. OLE color: 4199954.

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

Color convert

RGB 18 22 64 -
CMYK 0.72 0.66 0 0.75
HSL 234.78º 0.56% 0.16% -
HSV(B) 234.78º 0.72% 0.25% -
XYZ 1.46 1.07 4.98 -
YUV 25.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 18 22 64 0.72 0.66 0 0.75 234.78 0.56 0.16
Hex 12 16 40 48 42 0 4B EB 38 10
Octal 22 26 100 110 102 0 113 353 70 20
Binary 10010 10110 1000000 1001000 1000010 0 1001011 11101011 111000 10000

Color Harmonies of #121640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121640

Black with #121640

Text Example


Text Example

White with #121640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121640; }

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

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

background-color css

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

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

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

border-color css

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

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

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