Html Css Color HEX #122240 Midnight Express

📋 copy color: '#122240'

red 18 ◦ green 34 ◦ blue 64

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

Shades of Midnight Express #122240

Tints of Midnight Express #122240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.31%

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

R = 15.52%
G = 29.31%
B = 55.17%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122240 (or 0x122240) is known color: Midnight Express. HEX triplet: 12, 22 and 40. RGB value is (18,34,64). Sum of RGB (Red+Green+Blue) = 18+34+64=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #122240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122240 is #EDDDBF. Grayscale: #202020. Windows color (decimal): -15588800 or 4203026. OLE color: 4203026.

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

Color convert

RGB 18 34 64 -
CMYK 0.72 0.47 0 0.75
HSL 219.13º 0.56% 0.16% -
HSV(B) 219.13º 0.72% 0.25% -
XYZ 1.75 1.64 5.08 -
YUV 32.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 18 34 64 0.72 0.47 0 0.75 219.13 0.56 0.16
Hex 12 22 40 48 2F 0 4B DB 38 10
Octal 22 42 100 110 57 0 113 333 70 20
Binary 10010 100010 1000000 1001000 101111 0 1001011 11011011 111000 10000

Color Harmonies of #122240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122240

Black with #122240

Text Example


Text Example

White with #122240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122240; }

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

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

background-color css

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

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

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

border-color css

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

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

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