Html Css Color HEX #122138 Midnight Express

📋 copy color: '#122138'

red 18 ◦ green 33 ◦ blue 56

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

Shades of Midnight Express #122138

Tints of Midnight Express #122138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 16.82%
G = 30.84%
B = 52.34%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122138 (or 0x122138) is known color: Midnight Express. HEX triplet: 12, 21 and 38. RGB value is (18,33,56). Sum of RGB (Red+Green+Blue) = 18+33+56=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #122138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122138 is #EDDEC7. Grayscale: #1F1F1F. Windows color (decimal): -15589064 or 3678482. OLE color: 3678482.

HSL color Cylindrical-coordinate representation of color #122138: hue angle of 216.32º degrees, saturation: 0.51, 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 #122138 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 33 56 -
CMYK 0.68 0.41 0 0.78
HSL 216.32º 0.51% 0.15% -
HSV(B) 216.32º 0.68% 0.22% -
XYZ 1.51 1.5 3.95 -
YUV 31.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 18 33 56 0.68 0.41 0 0.78 216.32 0.51 0.15
Hex 12 21 38 44 29 0 4E D8 33 F
Octal 22 41 70 104 51 0 116 330 63 17
Binary 10010 100001 111000 1000100 101001 0 1001110 11011000 110011 1111

Color Harmonies of #122138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122138

Black with #122138

Text Example


Text Example

White with #122138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122138; }

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

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

background-color css

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

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

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

border-color css

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

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

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