Html Css Color HEX #121947 Midnight Express

📋 copy color: '#121947'

red 18 ◦ green 25 ◦ blue 71

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

Shades of Midnight Express #121947

Tints of Midnight Express #121947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.93%

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

R = 15.79%
G = 21.93%
B = 62.28%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121947 (or 0x121947) is known color: Midnight Express. HEX triplet: 12, 19 and 47. RGB value is (18,25,71). Sum of RGB (Red+Green+Blue) = 18+25+71=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #121947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121947 is #EDE6B8. Grayscale: #1B1B1B. Windows color (decimal): -15591097 or 4659474. OLE color: 4659474.

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

Color convert

RGB 18 25 71 -
CMYK 0.75 0.65 0 0.72
HSL 232.08º 0.6% 0.17% -
HSV(B) 232.08º 0.75% 0.28% -
XYZ 1.73 1.28 6.12 -
YUV 28.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 18 25 71 0.75 0.65 0 0.72 232.08 0.6 0.17
Hex 12 19 47 4B 41 0 48 E8 3C 11
Octal 22 31 107 113 101 0 110 350 74 21
Binary 10010 11001 1000111 1001011 1000001 0 1001000 11101000 111100 10001

Color Harmonies of #121947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121947

Black with #121947

Text Example


Text Example

White with #121947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121947; }

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

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

background-color css

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

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

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

border-color css

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

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

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