Html Css Color HEX #122148 Midnight Express

📋 copy color: '#122148'

red 18 ◦ green 33 ◦ blue 72

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

Shades of Midnight Express #122148

Tints of Midnight Express #122148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 14.63%
G = 26.83%
B = 58.54%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#122148 (or 0x122148) is known color: Midnight Express. HEX triplet: 12, 21 and 48. RGB value is (18,33,72). Sum of RGB (Red+Green+Blue) = 18+33+72=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #122148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122148 is #EDDEB7. Grayscale: #202020. Windows color (decimal): -15589048 or 4727058. OLE color: 4727058.

HSL color Cylindrical-coordinate representation of color #122148: hue angle of 223.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122148 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 33 72 -
CMYK 0.75 0.54 0 0.72
HSL 223.33º 0.6% 0.18% -
HSV(B) 223.33º 0.75% 0.28% -
XYZ 1.96 1.68 6.35 -
YUV 32.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 18 33 72 0.75 0.54 0 0.72 223.33 0.6 0.18
Hex 12 21 48 4B 36 0 48 DF 3C 12
Octal 22 41 110 113 66 0 110 337 74 22
Binary 10010 100001 1001000 1001011 110110 0 1001000 11011111 111100 10010

Color Harmonies of #122148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122148

Black with #122148

Text Example


Text Example

White with #122148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122148; }

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

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

background-color css

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

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

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

border-color css

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

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

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