Html Css Color HEX #122139 Midnight Express

📋 copy color: '#122139'

red 18 ◦ green 33 ◦ blue 57

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

Shades of Midnight Express #122139

Tints of Midnight Express #122139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 52.78%

R = 16.67%
G = 30.56%
B = 52.78%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122139 (or 0x122139) is known color: Midnight Express. HEX triplet: 12, 21 and 39. RGB value is (18,33,57). Sum of RGB (Red+Green+Blue) = 18+33+57=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #122139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122139 is #EDDEC6. Grayscale: #1F1F1F. Windows color (decimal): -15589063 or 3744018. OLE color: 3744018.

HSL color Cylindrical-coordinate representation of color #122139: hue angle of 216.92º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #122139 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 33 57 -
CMYK 0.68 0.42 0 0.78
HSL 216.92º 0.52% 0.15% -
HSV(B) 216.92º 0.68% 0.22% -
XYZ 1.53 1.51 4.08 -
YUV 31.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 18 33 57 0.68 0.42 0 0.78 216.92 0.52 0.15
Hex 12 21 39 44 2A 0 4E D9 34 F
Octal 22 41 71 104 52 0 116 331 64 17
Binary 10010 100001 111001 1000100 101010 0 1001110 11011001 110100 1111

Color Harmonies of #122139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122139

Black with #122139

Text Example


Text Example

White with #122139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122139; }

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

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

background-color css

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

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

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

border-color css

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

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

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