Html Css Color HEX #122047 Midnight Express

📋 copy color: '#122047'

red 18 ◦ green 32 ◦ blue 71

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

Shades of Midnight Express #122047

Tints of Midnight Express #122047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 71 (28.13% from 255) = 58.68%

R = 14.88%
G = 26.45%
B = 58.68%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#122047 (or 0x122047) is known color: Midnight Express. HEX triplet: 12, 20 and 47. RGB value is (18,32,71). Sum of RGB (Red+Green+Blue) = 18+32+71=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #122047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122047 is #EDDFB8. Grayscale: #202020. Windows color (decimal): -15589305 or 4661266. OLE color: 4661266.

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

Color convert

RGB 18 32 71 -
CMYK 0.75 0.55 0 0.72
HSL 224.15º 0.6% 0.17% -
HSV(B) 224.15º 0.75% 0.28% -
XYZ 1.9 1.62 6.17 -
YUV 32.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 18 32 71 0.75 0.55 0 0.72 224.15 0.6 0.17
Hex 12 20 47 4B 37 0 48 E0 3C 11
Octal 22 40 107 113 67 0 110 340 74 21
Binary 10010 100000 1000111 1001011 110111 0 1001000 11100000 111100 10001

Color Harmonies of #122047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122047

Black with #122047

Text Example


Text Example

White with #122047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122047; }

 p { color: rgb(18,32,71); }

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

background-color css

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

 a { background-color: rgb(18,32,71); }

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

border-color css

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

 span { border-color: rgb(18,32,71); }

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