Html Css Color HEX #122248 Midnight Express

📋 copy color: '#122248'

red 18 ◦ green 34 ◦ blue 72

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

Shades of Midnight Express #122248

Tints of Midnight Express #122248

RGB

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

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

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

R = 14.52%
G = 27.42%
B = 58.06%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#122248 (or 0x122248) is known color: Midnight Express. HEX triplet: 12, 22 and 48. RGB value is (18,34,72). Sum of RGB (Red+Green+Blue) = 18+34+72=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #122248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122248 is #EDDDB7. Grayscale: #212121. Windows color (decimal): -15588792 or 4727314. OLE color: 4727314.

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

Color convert

RGB 18 34 72 -
CMYK 0.75 0.53 0 0.72
HSL 222.22º 0.6% 0.18% -
HSV(B) 222.22º 0.75% 0.28% -
XYZ 1.99 1.74 6.36 -
YUV 33.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 18 34 72 0.75 0.53 0 0.72 222.22 0.6 0.18
Hex 12 22 48 4B 35 0 48 DE 3C 12
Octal 22 42 110 113 65 0 110 336 74 22
Binary 10010 100010 1001000 1001011 110101 0 1001000 11011110 111100 10010

Color Harmonies of #122248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122248

Black with #122248

Text Example


Text Example

White with #122248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122248; }

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

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

background-color css

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

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

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

border-color css

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

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

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