Html Css Color HEX #121349 Midnight Express

📋 copy color: '#121349'

red 18 ◦ green 19 ◦ blue 73

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

Shades of Midnight Express #121349

Tints of Midnight Express #121349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

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

R = 16.36%
G = 17.27%
B = 66.36%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121349 (or 0x121349) is known color: Midnight Express. HEX triplet: 12, 13 and 49. RGB value is (18,19,73). Sum of RGB (Red+Green+Blue) = 18+19+73=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #121349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121349 is #EDECB6. Grayscale: #181818. Windows color (decimal): -15592631 or 4789010. OLE color: 4789010.

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

Color convert

RGB 18 19 73 -
CMYK 0.75 0.74 0 0.71
HSL 238.91º 0.6% 0.18% -
HSV(B) 238.91º 0.75% 0.29% -
XYZ 1.68 1.08 6.42 -
YUV 24.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 18 19 73 0.75 0.74 0 0.71 238.91 0.6 0.18
Hex 12 13 49 4B 4A 0 47 EF 3C 12
Octal 22 23 111 113 112 0 107 357 74 22
Binary 10010 10011 1001001 1001011 1001010 0 1000111 11101111 111100 10010

Color Harmonies of #121349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121349

Black with #121349

Text Example


Text Example

White with #121349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121349; }

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

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

background-color css

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

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

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

border-color css

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

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

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