Html Css Color HEX #122141 Midnight Express

📋 copy color: '#122141'

red 18 ◦ green 33 ◦ blue 65

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

Shades of Midnight Express #122141

Tints of Midnight Express #122141

RGB

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

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

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

R = 15.52%
G = 28.45%
B = 56.03%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122141 (or 0x122141) is known color: Midnight Express. HEX triplet: 12, 21 and 41. RGB value is (18,33,65). Sum of RGB (Red+Green+Blue) = 18+33+65=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #122141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122141 is #EDDEBE. Grayscale: #202020. Windows color (decimal): -15589055 or 4268306. OLE color: 4268306.

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

Color convert

RGB 18 33 65 -
CMYK 0.72 0.49 0 0.75
HSL 220.85º 0.57% 0.16% -
HSV(B) 220.85º 0.72% 0.25% -
XYZ 1.75 1.6 5.22 -
YUV 32.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 18 33 65 0.72 0.49 0 0.75 220.85 0.57 0.16
Hex 12 21 41 48 31 0 4B DD 39 10
Octal 22 41 101 110 61 0 113 335 71 20
Binary 10010 100001 1000001 1001000 110001 0 1001011 11011101 111001 10000

Color Harmonies of #122141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122141

Black with #122141

Text Example


Text Example

White with #122141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122141; }

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

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

background-color css

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

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

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

border-color css

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

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

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