Html Css Color HEX #121441 Midnight Express

📋 copy color: '#121441'

red 18 ◦ green 20 ◦ blue 65

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

Shades of Midnight Express #121441

Tints of Midnight Express #121441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 17.48%
G = 19.42%
B = 63.11%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121441 (or 0x121441) is known color: Midnight Express. HEX triplet: 12, 14 and 41. RGB value is (18,20,65). Sum of RGB (Red+Green+Blue) = 18+20+65=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #121441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121441 is #EDEBBE. Grayscale: #181818. Windows color (decimal): -15592383 or 4264978. OLE color: 4264978.

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

Color convert

RGB 18 20 65 -
CMYK 0.72 0.69 0 0.75
HSL 237.45º 0.57% 0.16% -
HSV(B) 237.45º 0.72% 0.25% -
XYZ 1.45 1.01 5.12 -
YUV 24.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 18 20 65 0.72 0.69 0 0.75 237.45 0.57 0.16
Hex 12 14 41 48 45 0 4B ED 39 10
Octal 22 24 101 110 105 0 113 355 71 20
Binary 10010 10100 1000001 1001000 1000101 0 1001011 11101101 111001 10000

Color Harmonies of #121441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121441

Black with #121441

Text Example


Text Example

White with #121441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121441; }

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

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

background-color css

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

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

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

border-color css

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

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

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