Html Css Color HEX #122147 Midnight Express

📋 copy color: '#122147'

red 18 ◦ green 33 ◦ blue 71

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

Shades of Midnight Express #122147

Tints of Midnight Express #122147

RGB

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

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

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

R = 14.75%
G = 27.05%
B = 58.2%

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

#122147 (or 0x122147) is known color: Midnight Express. HEX triplet: 12, 21 and 47. RGB value is (18,33,71). Sum of RGB (Red+Green+Blue) = 18+33+71=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #122147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122147 is #EDDEB8. Grayscale: #202020. Windows color (decimal): -15589049 or 4661522. OLE color: 4661522.

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

Color convert

RGB 18 33 71 -
CMYK 0.75 0.54 0 0.72
HSL 223.02º 0.6% 0.17% -
HSV(B) 223.02º 0.75% 0.28% -
XYZ 1.93 1.67 6.18 -
YUV 32.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 18 33 71 0.75 0.54 0 0.72 223.02 0.6 0.17
Hex 12 21 47 4B 36 0 48 DF 3C 11
Octal 22 41 107 113 66 0 110 337 74 21
Binary 10010 100001 1000111 1001011 110110 0 1001000 11011111 111100 10001

Color Harmonies of #122147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122147

Black with #122147

Text Example


Text Example

White with #122147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122147; }

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

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

background-color css

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

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

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

border-color css

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

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

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