Html Css Color HEX #121F41 Midnight Express

📋 copy color: '#121F41'

red 18 ◦ green 31 ◦ blue 65

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

Shades of Midnight Express #121F41

Tints of Midnight Express #121F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.19%

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

R = 15.79%
G = 27.19%
B = 57.02%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121F41 (or 0x121F41) is known color: Midnight Express. HEX triplet: 12, 1F and 41. RGB value is (18,31,65). Sum of RGB (Red+Green+Blue) = 18+31+65=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #121F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F41 is #EDE0BE. Grayscale: #1E1E1E. Windows color (decimal): -15589567 or 4267794. OLE color: 4267794.

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

Color convert

RGB 18 31 65 -
CMYK 0.72 0.52 0 0.75
HSL 223.4º 0.57% 0.16% -
HSV(B) 223.4º 0.72% 0.25% -
XYZ 1.69 1.49 5.2 -
YUV 30.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 18 31 65 0.72 0.52 0 0.75 223.4 0.57 0.16
Hex 12 1F 41 48 34 0 4B DF 39 10
Octal 22 37 101 110 64 0 113 337 71 20
Binary 10010 11111 1000001 1001000 110100 0 1001011 11011111 111001 10000

Color Harmonies of #121F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F41

Black with #121F41

Text Example


Text Example

White with #121F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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