Html Css Color HEX #121D4A Midnight Express

📋 copy color: '#121D4A'

red 18 ◦ green 29 ◦ blue 74

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

Shades of Midnight Express #121D4A

Tints of Midnight Express #121D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 61.16%

R = 14.88%
G = 23.97%
B = 61.16%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121D4A (or 0x121D4A) is known color: Midnight Express. HEX triplet: 12, 1D and 4A. RGB value is (18,29,74). Sum of RGB (Red+Green+Blue) = 18+29+74=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #121D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D4A is #EDE2B5. Grayscale: #1E1E1E. Windows color (decimal): -15590070 or 4857106. OLE color: 4857106.

HSL color Cylindrical-coordinate representation of color #121D4A: hue angle of 228.21º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121D4A is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 29 74 -
CMYK 0.76 0.61 0 0.71
HSL 228.21º 0.61% 0.18% -
HSV(B) 228.21º 0.76% 0.29% -
XYZ 1.92 1.5 6.67 -
YUV 30.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 18 29 74 0.76 0.61 0 0.71 228.21 0.61 0.18
Hex 12 1D 4A 4C 3D 0 47 E4 3D 12
Octal 22 35 112 114 75 0 107 344 75 22
Binary 10010 11101 1001010 1001100 111101 0 1000111 11100100 111101 10010

Color Harmonies of #121D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D4A

Black with #121D4A

Text Example


Text Example

White with #121D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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