Html Css Color HEX #121347 Midnight Express

📋 copy color: '#121347'

red 18 ◦ green 19 ◦ blue 71

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

Shades of Midnight Express #121347

Tints of Midnight Express #121347

RGB

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

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

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

R = 16.67%
G = 17.59%
B = 65.74%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121347 (or 0x121347) is known color: Midnight Express. HEX triplet: 12, 13 and 47. RGB value is (18,19,71). Sum of RGB (Red+Green+Blue) = 18+19+71=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #121347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121347 is #EDECB8. Grayscale: #181818. Windows color (decimal): -15592633 or 4657938. OLE color: 4657938.

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

Color convert

RGB 18 19 71 -
CMYK 0.75 0.73 0 0.72
HSL 238.87º 0.6% 0.17% -
HSV(B) 238.87º 0.75% 0.28% -
XYZ 1.62 1.05 6.08 -
YUV 24.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 18 19 71 0.75 0.73 0 0.72 238.87 0.6 0.17
Hex 12 13 47 4B 49 0 48 EF 3C 11
Octal 22 23 107 113 111 0 110 357 74 21
Binary 10010 10011 1000111 1001011 1001001 0 1001000 11101111 111100 10001

Color Harmonies of #121347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121347

Black with #121347

Text Example


Text Example

White with #121347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121347; }

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

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

background-color css

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

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

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

border-color css

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

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

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