Html Css Color HEX #122341 Midnight Express

📋 copy color: '#122341'

red 18 ◦ green 35 ◦ blue 65

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

Shades of Midnight Express #122341

Tints of Midnight Express #122341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 15.25%
G = 29.66%
B = 55.08%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122341 (or 0x122341) is known color: Midnight Express. HEX triplet: 12, 23 and 41. RGB value is (18,35,65). Sum of RGB (Red+Green+Blue) = 18+35+65=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #122341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122341 is #EDDCBE. Grayscale: #212121. Windows color (decimal): -15588543 or 4268818. OLE color: 4268818.

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

Color convert

RGB 18 35 65 -
CMYK 0.72 0.46 0 0.75
HSL 218.3º 0.57% 0.16% -
HSV(B) 218.3º 0.72% 0.25% -
XYZ 1.8 1.71 5.24 -
YUV 33.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 18 35 65 0.72 0.46 0 0.75 218.3 0.57 0.16
Hex 12 23 41 48 2E 0 4B DA 39 10
Octal 22 43 101 110 56 0 113 332 71 20
Binary 10010 100011 1000001 1001000 101110 0 1001011 11011010 111001 10000

Color Harmonies of #122341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122341

Black with #122341

Text Example


Text Example

White with #122341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122341; }

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

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

background-color css

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

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

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

border-color css

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

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

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