Html Css Color HEX #121E74 Midnight Blue

📋 copy color: '#121E74'

red 18 ◦ green 30 ◦ blue 116

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

Shades of Midnight Blue #121E74

Tints of Midnight Blue #121E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.73%

R = 10.98%
G = 18.29%
B = 70.73%

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

#121E74 (or 0x121E74) is known color: Midnight Blue. HEX triplet: 12, 1E and 74. RGB value is (18,30,116). Sum of RGB (Red+Green+Blue) = 18+30+116=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #121E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E74 is #EDE18B. Grayscale: #232323. Windows color (decimal): -15589772 or 7609874. OLE color: 7609874.

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

Color convert

RGB 18 30 116 -
CMYK 0.84 0.74 0 0.55
HSL 232.65º 0.73% 0.26% -
HSV(B) 232.65º 0.84% 0.45% -
XYZ 3.87 2.32 16.77 -
YUV 36.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 18 30 116 0.84 0.74 0 0.55 232.65 0.73 0.26
Hex 12 1E 74 54 4A 0 37 E9 49 1A
Octal 22 36 164 124 112 0 67 351 111 32
Binary 10010 11110 1110100 1010100 1001010 0 110111 11101001 1001001 11010

Color Harmonies of #121E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E74

Black with #121E74

Text Example


Text Example

White with #121E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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