Html Css Color HEX #121F40 Midnight Express

📋 copy color: '#121F40'

red 18 ◦ green 31 ◦ blue 64

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

Shades of Midnight Express #121F40

Tints of Midnight Express #121F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 56.64%

R = 15.93%
G = 27.43%
B = 56.64%

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

#121F40 (or 0x121F40) is known color: Midnight Express. HEX triplet: 12, 1F and 40. RGB value is (18,31,64). Sum of RGB (Red+Green+Blue) = 18+31+64=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #121F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F40 is #EDE0BF. Grayscale: #1E1E1E. Windows color (decimal): -15589568 or 4202258. OLE color: 4202258.

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

Color convert

RGB 18 31 64 -
CMYK 0.72 0.52 0 0.75
HSL 223.04º 0.56% 0.16% -
HSV(B) 223.04º 0.72% 0.25% -
XYZ 1.66 1.48 5.05 -
YUV 30.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 18 31 64 0.72 0.52 0 0.75 223.04 0.56 0.16
Hex 12 1F 40 48 34 0 4B DF 38 10
Octal 22 37 100 110 64 0 113 337 70 20
Binary 10010 11111 1000000 1001000 110100 0 1001011 11011111 111000 10000

Color Harmonies of #121F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F40

Black with #121F40

Text Example


Text Example

White with #121F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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