Html Css Color HEX #121E48 Midnight Express

📋 copy color: '#121E48'

red 18 ◦ green 30 ◦ blue 72

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

Shades of Midnight Express #121E48

Tints of Midnight Express #121E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 60%

R = 15%
G = 25%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121E48 (or 0x121E48) is known color: Midnight Express. HEX triplet: 12, 1E and 48. RGB value is (18,30,72). Sum of RGB (Red+Green+Blue) = 18+30+72=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #121E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E48 is #EDE1B7. Grayscale: #1F1F1F. Windows color (decimal): -15589816 or 4726290. OLE color: 4726290.

HSL color Cylindrical-coordinate representation of color #121E48: hue angle of 226.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121E48 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 30 72 -
CMYK 0.75 0.58 0 0.72
HSL 226.67º 0.6% 0.18% -
HSV(B) 226.67º 0.75% 0.28% -
XYZ 1.88 1.53 6.33 -
YUV 31.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 18 30 72 0.75 0.58 0 0.72 226.67 0.6 0.18
Hex 12 1E 48 4B 3A 0 48 E3 3C 12
Octal 22 36 110 113 72 0 110 343 74 22
Binary 10010 11110 1001000 1001011 111010 0 1001000 11100011 111100 10010

Color Harmonies of #121E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E48

Black with #121E48

Text Example


Text Example

White with #121E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,72); }

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

background-color css

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

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

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

border-color css

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

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

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