Html Css Color HEX #121547 Midnight Express

📋 copy color: '#121547'

red 18 ◦ green 21 ◦ blue 71

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

Shades of Midnight Express #121547

Tints of Midnight Express #121547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

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

R = 16.36%
G = 19.09%
B = 64.55%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121547 (or 0x121547) is known color: Midnight Express. HEX triplet: 12, 15 and 47. RGB value is (18,21,71). Sum of RGB (Red+Green+Blue) = 18+21+71=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #121547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121547 is #EDEAB8. Grayscale: #191919. Windows color (decimal): -15592121 or 4658450. OLE color: 4658450.

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

Color convert

RGB 18 21 71 -
CMYK 0.75 0.70 0 0.72
HSL 236.6º 0.6% 0.17% -
HSV(B) 236.6º 0.75% 0.28% -
XYZ 1.65 1.12 6.09 -
YUV 25.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 18 21 71 0.75 0.70 0 0.72 236.6 0.6 0.17
Hex 12 15 47 4B 46 0 48 ED 3C 11
Octal 22 25 107 113 106 0 110 355 74 21
Binary 10010 10101 1000111 1001011 1000110 0 1001000 11101101 111100 10001

Color Harmonies of #121547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121547

Black with #121547

Text Example


Text Example

White with #121547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121547; }

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

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

background-color css

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

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

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

border-color css

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

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

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