Html Css Color HEX #121647 Midnight Express

📋 copy color: '#121647'

red 18 ◦ green 22 ◦ blue 71

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

Shades of Midnight Express #121647

Tints of Midnight Express #121647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.82%

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

R = 16.22%
G = 19.82%
B = 63.96%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121647 (or 0x121647) is known color: Midnight Express. HEX triplet: 12, 16 and 47. RGB value is (18,22,71). Sum of RGB (Red+Green+Blue) = 18+22+71=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #121647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121647 is #EDE9B8. Grayscale: #1A1A1A. Windows color (decimal): -15591865 or 4658706. OLE color: 4658706.

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

Color convert

RGB 18 22 71 -
CMYK 0.75 0.69 0 0.72
HSL 235.47º 0.6% 0.17% -
HSV(B) 235.47º 0.75% 0.28% -
XYZ 1.67 1.16 6.1 -
YUV 26.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 18 22 71 0.75 0.69 0 0.72 235.47 0.6 0.17
Hex 12 16 47 4B 45 0 48 EB 3C 11
Octal 22 26 107 113 105 0 110 353 74 21
Binary 10010 10110 1000111 1001011 1000101 0 1001000 11101011 111100 10001

Color Harmonies of #121647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121647

Black with #121647

Text Example


Text Example

White with #121647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121647; }

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

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

background-color css

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

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

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

border-color css

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

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

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