Html Css Color HEX #122140 Midnight Express

📋 copy color: '#122140'

red 18 ◦ green 33 ◦ blue 64

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

Shades of Midnight Express #122140

Tints of Midnight Express #122140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.7%

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

R = 15.65%
G = 28.7%
B = 55.65%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122140 (or 0x122140) is known color: Midnight Express. HEX triplet: 12, 21 and 40. RGB value is (18,33,64). Sum of RGB (Red+Green+Blue) = 18+33+64=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #122140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122140 is #EDDEBF. Grayscale: #1F1F1F. Windows color (decimal): -15589056 or 4202770. OLE color: 4202770.

HSL color Cylindrical-coordinate representation of color #122140: hue angle of 220.43º 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 #122140 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 33 64 -
CMYK 0.72 0.48 0 0.75
HSL 220.43º 0.56% 0.16% -
HSV(B) 220.43º 0.72% 0.25% -
XYZ 1.72 1.59 5.07 -
YUV 32.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 18 33 64 0.72 0.48 0 0.75 220.43 0.56 0.16
Hex 12 21 40 48 30 0 4B DC 38 10
Octal 22 41 100 110 60 0 113 334 70 20
Binary 10010 100001 1000000 1001000 110000 0 1001011 11011100 111000 10000

Color Harmonies of #122140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122140

Black with #122140

Text Example


Text Example

White with #122140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122140; }

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

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

background-color css

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

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

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

border-color css

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

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

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