Html Css Color HEX #121649 Midnight Express

📋 copy color: '#121649'

red 18 ◦ green 22 ◦ blue 73

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

Shades of Midnight Express #121649

Tints of Midnight Express #121649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 64.6%

R = 15.93%
G = 19.47%
B = 64.6%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121649 (or 0x121649) is known color: Midnight Express. HEX triplet: 12, 16 and 49. RGB value is (18,22,73). Sum of RGB (Red+Green+Blue) = 18+22+73=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #121649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121649 is #EDE9B6. Grayscale: #1A1A1A. Windows color (decimal): -15591863 or 4789778. OLE color: 4789778.

HSL color Cylindrical-coordinate representation of color #121649: hue angle of 235.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121649 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 22 73 -
CMYK 0.75 0.70 0 0.71
HSL 235.64º 0.6% 0.18% -
HSV(B) 235.64º 0.75% 0.29% -
XYZ 1.74 1.18 6.44 -
YUV 26.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 18 22 73 0.75 0.70 0 0.71 235.64 0.6 0.18
Hex 12 16 49 4B 46 0 47 EC 3C 12
Octal 22 26 111 113 106 0 107 354 74 22
Binary 10010 10110 1001001 1001011 1000110 0 1000111 11101100 111100 10010

Color Harmonies of #121649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121649

Black with #121649

Text Example


Text Example

White with #121649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121649; }

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

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

background-color css

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

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

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

border-color css

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

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

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