Html Css Color HEX #121D4F Midnight Express

📋 copy color: '#121D4F'

red 18 ◦ green 29 ◦ blue 79

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

Shades of Midnight Express #121D4F

Tints of Midnight Express #121D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.02%

 BLUE value IS 79 (31.25% from 255) = 62.7%

R = 14.29%
G = 23.02%
B = 62.7%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121D4F (or 0x121D4F) is known color: Midnight Express. HEX triplet: 12, 1D and 4F. RGB value is (18,29,79). Sum of RGB (Red+Green+Blue) = 18+29+79=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #121D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D4F is #EDE2B0. Grayscale: #1F1F1F. Windows color (decimal): -15590065 or 5184786. OLE color: 5184786.

HSL color Cylindrical-coordinate representation of color #121D4F: hue angle of 229.18º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121D4F is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 29 79 -
CMYK 0.77 0.63 0 0.69
HSL 229.18º 0.63% 0.19% -
HSV(B) 229.18º 0.77% 0.31% -
XYZ 2.1 1.57 7.59 -
YUV 31.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 18 29 79 0.77 0.63 0 0.69 229.18 0.63 0.19
Hex 12 1D 4F 4D 3F 0 45 E5 3F 13
Octal 22 35 117 115 77 0 105 345 77 23
Binary 10010 11101 1001111 1001101 111111 0 1000101 11100101 111111 10011

Color Harmonies of #121D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D4F

Black with #121D4F

Text Example


Text Example

White with #121D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,79); }

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

background-color css

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

 a { background-color: rgb(18,29,79); }

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

border-color css

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

 span { border-color: rgb(18,29,79); }

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