Html Css Color HEX #121D73 Midnight Blue

📋 copy color: '#121D73'

red 18 ◦ green 29 ◦ blue 115

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

Shades of Midnight Blue #121D73

Tints of Midnight Blue #121D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.99%

R = 11.11%
G = 17.9%
B = 70.99%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121D73 (or 0x121D73) is known color: Midnight Blue. HEX triplet: 12, 1D and 73. RGB value is (18,29,115). Sum of RGB (Red+Green+Blue) = 18+29+115=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #121D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D73 is #EDE28C. Grayscale: #232323. Windows color (decimal): -15590029 or 7544082. OLE color: 7544082.

HSL color Cylindrical-coordinate representation of color #121D73: hue angle of 233.2º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121D73 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 29 115 -
CMYK 0.84 0.75 0 0.55
HSL 233.2º 0.73% 0.26% -
HSV(B) 233.2º 0.84% 0.45% -
XYZ 3.78 2.25 16.45 -
YUV 35.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 18 29 115 0.84 0.75 0 0.55 233.2 0.73 0.26
Hex 12 1D 73 54 4B 0 37 E9 49 1A
Octal 22 35 163 124 113 0 67 351 111 32
Binary 10010 11101 1110011 1010100 1001011 0 110111 11101001 1001001 11010

Color Harmonies of #121D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D73

Black with #121D73

Text Example


Text Example

White with #121D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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