Html Css Color HEX #121543 Midnight Express

📋 copy color: '#121543'

red 18 ◦ green 21 ◦ blue 67

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

Shades of Midnight Express #121543

Tints of Midnight Express #121543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

 BLUE value IS 67 (26.56% from 255) = 63.21%

R = 16.98%
G = 19.81%
B = 63.21%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121543 (or 0x121543) is known color: Midnight Express. HEX triplet: 12, 15 and 43. RGB value is (18,21,67). Sum of RGB (Red+Green+Blue) = 18+21+67=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #121543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121543 is #EDEABC. Grayscale: #191919. Windows color (decimal): -15592125 or 4396306. OLE color: 4396306.

HSL color Cylindrical-coordinate representation of color #121543: hue angle of 236.33º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121543 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 21 67 -
CMYK 0.73 0.69 0 0.74
HSL 236.33º 0.58% 0.17% -
HSV(B) 236.33º 0.73% 0.26% -
XYZ 1.53 1.07 5.44 -
YUV 25.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 18 21 67 0.73 0.69 0 0.74 236.33 0.58 0.17
Hex 12 15 43 49 45 0 4A EC 3A 11
Octal 22 25 103 111 105 0 112 354 72 21
Binary 10010 10101 1000011 1001001 1000101 0 1001010 11101100 111010 10001

Color Harmonies of #121543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121543

Black with #121543

Text Example


Text Example

White with #121543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121543; }

 p { color: rgb(18,21,67); }

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

background-color css

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

 a { background-color: rgb(18,21,67); }

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

border-color css

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

 span { border-color: rgb(18,21,67); }

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