Html Css Color HEX #121540 Midnight Express

📋 copy color: '#121540'

red 18 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #121540

Tints of Midnight Express #121540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 62.14%

R = 17.48%
G = 20.39%
B = 62.14%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121540 (or 0x121540) is known color: Midnight Express. HEX triplet: 12, 15 and 40. RGB value is (18,21,64). Sum of RGB (Red+Green+Blue) = 18+21+64=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #121540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121540 is #EDEABF. Grayscale: #181818. Windows color (decimal): -15592128 or 4199698. OLE color: 4199698.

HSL color Cylindrical-coordinate representation of color #121540: hue angle of 236.09º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121540 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 21 64 -
CMYK 0.72 0.67 0 0.75
HSL 236.09º 0.56% 0.16% -
HSV(B) 236.09º 0.72% 0.25% -
XYZ 1.44 1.04 4.97 -
YUV 25.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 18 21 64 0.72 0.67 0 0.75 236.09 0.56 0.16
Hex 12 15 40 48 43 0 4B EC 38 10
Octal 22 25 100 110 103 0 113 354 70 20
Binary 10010 10101 1000000 1001000 1000011 0 1001011 11101100 111000 10000

Color Harmonies of #121540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121540

Black with #121540

Text Example


Text Example

White with #121540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121540; }

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

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

background-color css

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

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

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

border-color css

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

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

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