Html Css Color HEX #121241 Midnight Express

📋 copy color: '#121241'

red 18 ◦ green 18 ◦ blue 65

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

Shades of Midnight Express #121241

Tints of Midnight Express #121241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.82%

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

R = 17.82%
G = 17.82%
B = 64.36%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121241 (or 0x121241) is known color: Midnight Express. HEX triplet: 12, 12 and 41. RGB value is (18,18,65). Sum of RGB (Red+Green+Blue) = 18+18+65=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #121241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121241 is #EDEDBE. Grayscale: #171717. Windows color (decimal): -15592895 or 4264466. OLE color: 4264466.

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

Color convert

RGB 18 18 65 -
CMYK 0.72 0.72 0 0.75
HSL 240º 0.57% 0.16% -
HSV(B) 240º 0.72% 0.25% -
XYZ 1.42 0.94 5.11 -
YUV 23.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 18 18 65 0.72 0.72 0 0.75 240 0.57 0.16
Hex 12 12 41 48 48 0 4B F0 39 10
Octal 22 22 101 110 110 0 113 360 71 20
Binary 10010 10010 1000001 1001000 1001000 0 1001011 11110000 111001 10000

Color Harmonies of #121241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121241

Black with #121241

Text Example


Text Example

White with #121241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121241; }

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

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

background-color css

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

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

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

border-color css

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

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

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