Html Css Color HEX #121541 Midnight Express

📋 copy color: '#121541'

red 18 ◦ green 21 ◦ blue 65

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

Shades of Midnight Express #121541

Tints of Midnight Express #121541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 62.5%

R = 17.31%
G = 20.19%
B = 62.5%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121541 (or 0x121541) is known color: Midnight Express. HEX triplet: 12, 15 and 41. RGB value is (18,21,65). Sum of RGB (Red+Green+Blue) = 18+21+65=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #121541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121541 is #EDEABE. Grayscale: #181818. Windows color (decimal): -15592127 or 4265234. OLE color: 4265234.

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

Color convert

RGB 18 21 65 -
CMYK 0.72 0.68 0 0.75
HSL 236.17º 0.57% 0.16% -
HSV(B) 236.17º 0.72% 0.25% -
XYZ 1.47 1.05 5.13 -
YUV 25.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 18 21 65 0.72 0.68 0 0.75 236.17 0.57 0.16
Hex 12 15 41 48 44 0 4B EC 39 10
Octal 22 25 101 110 104 0 113 354 71 20
Binary 10010 10101 1000001 1001000 1000100 0 1001011 11101100 111001 10000

Color Harmonies of #121541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121541

Black with #121541

Text Example


Text Example

White with #121541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121541; }

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

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

background-color css

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

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

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

border-color css

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

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

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