Html Css Color HEX #121E41 Midnight Express

📋 copy color: '#121E41'

red 18 ◦ green 30 ◦ blue 65

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

Shades of Midnight Express #121E41

Tints of Midnight Express #121E41

RGB

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

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

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

R = 15.93%
G = 26.55%
B = 57.52%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121E41 (or 0x121E41) is known color: Midnight Express. HEX triplet: 12, 1E and 41. RGB value is (18,30,65). Sum of RGB (Red+Green+Blue) = 18+30+65=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #121E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E41 is #EDE1BE. Grayscale: #1E1E1E. Windows color (decimal): -15589823 or 4267538. OLE color: 4267538.

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

Color convert

RGB 18 30 65 -
CMYK 0.72 0.54 0 0.75
HSL 224.68º 0.57% 0.16% -
HSV(B) 224.68º 0.72% 0.25% -
XYZ 1.67 1.44 5.19 -
YUV 30.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 18 30 65 0.72 0.54 0 0.75 224.68 0.57 0.16
Hex 12 1E 41 48 36 0 4B E1 39 10
Octal 22 36 101 110 66 0 113 341 71 20
Binary 10010 11110 1000001 1001000 110110 0 1001011 11100001 111001 10000

Color Harmonies of #121E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E41

Black with #121E41

Text Example


Text Example

White with #121E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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