Html Css Color HEX #121849 Midnight Express

📋 copy color: '#121849'

red 18 ◦ green 24 ◦ blue 73

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

Shades of Midnight Express #121849

Tints of Midnight Express #121849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

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

R = 15.65%
G = 20.87%
B = 63.48%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121849 (or 0x121849) is known color: Midnight Express. HEX triplet: 12, 18 and 49. RGB value is (18,24,73). Sum of RGB (Red+Green+Blue) = 18+24+73=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #121849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121849 is #EDE7B6. Grayscale: #1B1B1B. Windows color (decimal): -15591351 or 4790290. OLE color: 4790290.

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

Color convert

RGB 18 24 73 -
CMYK 0.75 0.67 0 0.71
HSL 233.45º 0.6% 0.18% -
HSV(B) 233.45º 0.75% 0.29% -
XYZ 1.78 1.26 6.45 -
YUV 27.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 18 24 73 0.75 0.67 0 0.71 233.45 0.6 0.18
Hex 12 18 49 4B 43 0 47 E9 3C 12
Octal 22 30 111 113 103 0 107 351 74 22
Binary 10010 11000 1001001 1001011 1000011 0 1000111 11101001 111100 10010

Color Harmonies of #121849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121849

Black with #121849

Text Example


Text Example

White with #121849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121849; }

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

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

background-color css

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

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

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

border-color css

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

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

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