Html Css Color HEX #121A41 Midnight Express

📋 copy color: '#121A41'

red 18 ◦ green 26 ◦ blue 65

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

Shades of Midnight Express #121A41

Tints of Midnight Express #121A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.85%

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

R = 16.51%
G = 23.85%
B = 59.63%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121A41 (or 0x121A41) is known color: Midnight Express. HEX triplet: 12, 1A and 41. RGB value is (18,26,65). Sum of RGB (Red+Green+Blue) = 18+26+65=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #121A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A41 is #EDE5BE. Grayscale: #1B1B1B. Windows color (decimal): -15590847 or 4266514. OLE color: 4266514.

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

Color convert

RGB 18 26 65 -
CMYK 0.72 0.60 0 0.75
HSL 229.79º 0.57% 0.16% -
HSV(B) 229.79º 0.72% 0.25% -
XYZ 1.57 1.25 5.16 -
YUV 28.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 18 26 65 0.72 0.60 0 0.75 229.79 0.57 0.16
Hex 12 1A 41 48 3C 0 4B E6 39 10
Octal 22 32 101 110 74 0 113 346 71 20
Binary 10010 11010 1000001 1001000 111100 0 1001011 11100110 111001 10000

Color Harmonies of #121A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A41

Black with #121A41

Text Example


Text Example

White with #121A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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