Html Css Color HEX #122340 Midnight Express

📋 copy color: '#122340'

red 18 ◦ green 35 ◦ blue 64

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

Shades of Midnight Express #122340

Tints of Midnight Express #122340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

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

R = 15.38%
G = 29.91%
B = 54.7%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122340 (or 0x122340) is known color: Midnight Express. HEX triplet: 12, 23 and 40. RGB value is (18,35,64). Sum of RGB (Red+Green+Blue) = 18+35+64=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #122340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122340 is #EDDCBF. Grayscale: #212121. Windows color (decimal): -15588544 or 4203282. OLE color: 4203282.

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

Color convert

RGB 18 35 64 -
CMYK 0.72 0.45 0 0.75
HSL 217.83º 0.56% 0.16% -
HSV(B) 217.83º 0.72% 0.25% -
XYZ 1.78 1.7 5.09 -
YUV 33.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 18 35 64 0.72 0.45 0 0.75 217.83 0.56 0.16
Hex 12 23 40 48 2D 0 4B DA 38 10
Octal 22 43 100 110 55 0 113 332 70 20
Binary 10010 100011 1000000 1001000 101101 0 1001011 11011010 111000 10000

Color Harmonies of #122340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122340

Black with #122340

Text Example


Text Example

White with #122340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122340; }

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

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

background-color css

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

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

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

border-color css

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

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

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