Html Css Color HEX #121E73 Midnight Blue

📋 copy color: '#121E73'

red 18 ◦ green 30 ◦ blue 115

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

Shades of Midnight Blue #121E73

Tints of Midnight Blue #121E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

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

R = 11.04%
G = 18.4%
B = 70.55%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121E73 (or 0x121E73) is known color: Midnight Blue. HEX triplet: 12, 1E and 73. RGB value is (18,30,115). Sum of RGB (Red+Green+Blue) = 18+30+115=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #121E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E73 is #EDE18C. Grayscale: #232323. Windows color (decimal): -15589773 or 7544338. OLE color: 7544338.

HSL color Cylindrical-coordinate representation of color #121E73: hue angle of 232.58º 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 #121E73 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 30 115 -
CMYK 0.84 0.74 0 0.55
HSL 232.58º 0.73% 0.26% -
HSV(B) 232.58º 0.84% 0.45% -
XYZ 3.81 2.29 16.46 -
YUV 36.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 18 30 115 0.84 0.74 0 0.55 232.58 0.73 0.26
Hex 12 1E 73 54 4A 0 37 E9 49 1A
Octal 22 36 163 124 112 0 67 351 111 32
Binary 10010 11110 1110011 1010100 1001010 0 110111 11101001 1001001 11010

Color Harmonies of #121E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E73

Black with #121E73

Text Example


Text Example

White with #121E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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