Html Css Color HEX #121641 Midnight Express

📋 copy color: '#121641'

red 18 ◦ green 22 ◦ blue 65

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

Shades of Midnight Express #121641

Tints of Midnight Express #121641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.95%

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

R = 17.14%
G = 20.95%
B = 61.9%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121641 (or 0x121641) is known color: Midnight Express. HEX triplet: 12, 16 and 41. RGB value is (18,22,65). Sum of RGB (Red+Green+Blue) = 18+22+65=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #121641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121641 is #EDE9BE. Grayscale: #191919. Windows color (decimal): -15591871 or 4265490. OLE color: 4265490.

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

Color convert

RGB 18 22 65 -
CMYK 0.72 0.66 0 0.75
HSL 234.89º 0.57% 0.16% -
HSV(B) 234.89º 0.72% 0.25% -
XYZ 1.49 1.08 5.13 -
YUV 25.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 18 22 65 0.72 0.66 0 0.75 234.89 0.57 0.16
Hex 12 16 41 48 42 0 4B EB 39 10
Octal 22 26 101 110 102 0 113 353 71 20
Binary 10010 10110 1000001 1001000 1000010 0 1001011 11101011 111001 10000

Color Harmonies of #121641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121641

Black with #121641

Text Example


Text Example

White with #121641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121641; }

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

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

background-color css

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

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

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

border-color css

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

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

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