Html Css Color HEX #121A46 Midnight Express

📋 copy color: '#121A46'

red 18 ◦ green 26 ◦ blue 70

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

Shades of Midnight Express #121A46

Tints of Midnight Express #121A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 61.4%

R = 15.79%
G = 22.81%
B = 61.4%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121A46 (or 0x121A46) is known color: Midnight Express. HEX triplet: 12, 1A and 46. RGB value is (18,26,70). Sum of RGB (Red+Green+Blue) = 18+26+70=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #121A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A46 is #EDE5B9. Grayscale: #1C1C1C. Windows color (decimal): -15590842 or 4594194. OLE color: 4594194.

HSL color Cylindrical-coordinate representation of color #121A46: hue angle of 230.77º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121A46 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 26 70 -
CMYK 0.74 0.63 0 0.73
HSL 230.77º 0.59% 0.17% -
HSV(B) 230.77º 0.74% 0.27% -
XYZ 1.72 1.31 5.96 -
YUV 28.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 18 26 70 0.74 0.63 0 0.73 230.77 0.59 0.17
Hex 12 1A 46 4A 3F 0 49 E7 3B 11
Octal 22 32 106 112 77 0 111 347 73 21
Binary 10010 11010 1000110 1001010 111111 0 1001001 11100111 111011 10001

Color Harmonies of #121A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A46

Black with #121A46

Text Example


Text Example

White with #121A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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