Html Css Color HEX #122241 Midnight Express

📋 copy color: '#122241'

red 18 ◦ green 34 ◦ blue 65

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

Shades of Midnight Express #122241

Tints of Midnight Express #122241

RGB

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

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

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

R = 15.38%
G = 29.06%
B = 55.56%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122241 (or 0x122241) is known color: Midnight Express. HEX triplet: 12, 22 and 41. RGB value is (18,34,65). Sum of RGB (Red+Green+Blue) = 18+34+65=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #122241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122241 is #EDDDBE. Grayscale: #202020. Windows color (decimal): -15588799 or 4268562. OLE color: 4268562.

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

Color convert

RGB 18 34 65 -
CMYK 0.72 0.48 0 0.75
HSL 219.57º 0.57% 0.16% -
HSV(B) 219.57º 0.72% 0.25% -
XYZ 1.78 1.65 5.23 -
YUV 32.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 18 34 65 0.72 0.48 0 0.75 219.57 0.57 0.16
Hex 12 22 41 48 30 0 4B DC 39 10
Octal 22 42 101 110 60 0 113 334 71 20
Binary 10010 100010 1000001 1001000 110000 0 1001011 11011100 111001 10000

Color Harmonies of #122241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122241

Black with #122241

Text Example


Text Example

White with #122241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122241; }

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

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

background-color css

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

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

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

border-color css

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

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

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