Html Css Color HEX #122346 Midnight Express

📋 copy color: '#122346'

red 18 ◦ green 35 ◦ blue 70

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

Shades of Midnight Express #122346

Tints of Midnight Express #122346

RGB

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

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

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

R = 14.63%
G = 28.46%
B = 56.91%

CMYK

 C value IS 0.74

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#122346 (or 0x122346) is known color: Midnight Express. HEX triplet: 12, 23 and 46. RGB value is (18,35,70). Sum of RGB (Red+Green+Blue) = 18+35+70=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #122346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122346 is #EDDCB9. Grayscale: #212121. Windows color (decimal): -15588538 or 4596498. OLE color: 4596498.

HSL color Cylindrical-coordinate representation of color #122346: hue angle of 220.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 #122346 is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 35 70 -
CMYK 0.74 0.5 0 0.73
HSL 220.38º 0.59% 0.17% -
HSV(B) 220.38º 0.74% 0.27% -
XYZ 1.96 1.77 6.03 -
YUV 33.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 18 35 70 0.74 0.5 0 0.73 220.38 0.59 0.17
Hex 12 23 46 4A 32 0 49 DC 3B 11
Octal 22 43 106 112 62 0 111 334 73 21
Binary 10010 100011 1000110 1001010 110010 0 1001001 11011100 111011 10001

Color Harmonies of #122346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122346

Black with #122346

Text Example


Text Example

White with #122346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122346; }

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

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

background-color css

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

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

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

border-color css

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

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

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