Html Css Color HEX #121F4D Midnight Express

📋 copy color: '#121F4D'

red 18 ◦ green 31 ◦ blue 77

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

Shades of Midnight Express #121F4D

Tints of Midnight Express #121F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 14.29%
G = 24.6%
B = 61.11%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#121F4D (or 0x121F4D) is known color: Midnight Express. HEX triplet: 12, 1F and 4D. RGB value is (18,31,77). Sum of RGB (Red+Green+Blue) = 18+31+77=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #121F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F4D is #EDE0B2. Grayscale: #202020. Windows color (decimal): -15589555 or 5054226. OLE color: 5054226.

HSL color Cylindrical-coordinate representation of color #121F4D: hue angle of 226.78º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121F4D is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 31 77 -
CMYK 0.77 0.60 0 0.70
HSL 226.78º 0.62% 0.19% -
HSV(B) 226.78º 0.77% 0.3% -
XYZ 2.08 1.64 7.23 -
YUV 32.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 18 31 77 0.77 0.60 0 0.70 226.78 0.62 0.19
Hex 12 1F 4D 4D 3C 0 46 E3 3E 13
Octal 22 37 115 115 74 0 106 343 76 23
Binary 10010 11111 1001101 1001101 111100 0 1000110 11100011 111110 10011

Color Harmonies of #121F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F4D

Black with #121F4D

Text Example


Text Example

White with #121F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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