Html Css Color HEX #121E72 Midnight Blue

📋 copy color: '#121E72'

red 18 ◦ green 30 ◦ blue 114

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

Shades of Midnight Blue #121E72

Tints of Midnight Blue #121E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 70.37%

R = 11.11%
G = 18.52%
B = 70.37%

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

#121E72 (or 0x121E72) is known color: Midnight Blue. HEX triplet: 12, 1E and 72. RGB value is (18,30,114). Sum of RGB (Red+Green+Blue) = 18+30+114=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #121E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E72 is #EDE18D. Grayscale: #232323. Windows color (decimal): -15589774 or 7478802. OLE color: 7478802.

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

Color convert

RGB 18 30 114 -
CMYK 0.84 0.74 0 0.55
HSL 232.5º 0.73% 0.26% -
HSV(B) 232.5º 0.84% 0.45% -
XYZ 3.75 2.27 16.16 -
YUV 35.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 18 30 114 0.84 0.74 0 0.55 232.5 0.73 0.26
Hex 12 1E 72 54 4A 0 37 E8 49 1A
Octal 22 36 162 124 112 0 67 350 111 32
Binary 10010 11110 1110010 1010100 1001010 0 110111 11101000 1001001 11010

Color Harmonies of #121E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E72

Black with #121E72

Text Example


Text Example

White with #121E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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