Html Css Color HEX #121D86 Midnight Blue

📋 copy color: '#121D86'

red 18 ◦ green 29 ◦ blue 134

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

Shades of Midnight Blue #121D86

Tints of Midnight Blue #121D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 74.03%

R = 9.94%
G = 16.02%
B = 74.03%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#121D86 (or 0x121D86) is known color: Midnight Blue. HEX triplet: 12, 1D and 86. RGB value is (18,29,134). Sum of RGB (Red+Green+Blue) = 18+29+134=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #121D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D86 is #EDE279. Grayscale: #252525. Windows color (decimal): -15590010 or 8789266. OLE color: 8789266.

HSL color Cylindrical-coordinate representation of color #121D86: hue angle of 234.31º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121D86 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 29 134 -
CMYK 0.87 0.78 0 0.47
HSL 234.31º 0.76% 0.3% -
HSV(B) 234.31º 0.87% 0.53% -
XYZ 4.99 2.73 22.82 -
YUV 37.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 18 29 134 0.87 0.78 0 0.47 234.31 0.76 0.3
Hex 12 1D 86 57 4E 0 2F EA 4C 1E
Octal 22 35 206 127 116 0 57 352 114 36
Binary 10010 11101 10000110 1010111 1001110 0 101111 11101010 1001100 11110

Color Harmonies of #121D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D86

Black with #121D86

Text Example


Text Example

White with #121D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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