Html Css Color HEX #121E71 Midnight Blue

📋 copy color: '#121E71'

red 18 ◦ green 30 ◦ blue 113

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

Shades of Midnight Blue #121E71

Tints of Midnight Blue #121E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 70.19%

R = 11.18%
G = 18.63%
B = 70.19%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121E71 (or 0x121E71) is known color: Midnight Blue. HEX triplet: 12, 1E and 71. RGB value is (18,30,113). Sum of RGB (Red+Green+Blue) = 18+30+113=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #121E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E71 is #EDE18E. Grayscale: #232323. Windows color (decimal): -15589775 or 7413266. OLE color: 7413266.

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

Color convert

RGB 18 30 113 -
CMYK 0.84 0.73 0 0.56
HSL 232.42º 0.73% 0.26% -
HSV(B) 232.42º 0.84% 0.44% -
XYZ 3.69 2.25 15.86 -
YUV 35.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 18 30 113 0.84 0.73 0 0.56 232.42 0.73 0.26
Hex 12 1E 71 54 49 0 38 E8 49 1A
Octal 22 36 161 124 111 0 70 350 111 32
Binary 10010 11110 1110001 1010100 1001001 0 111000 11101000 1001001 11010

Color Harmonies of #121E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E71

Black with #121E71

Text Example


Text Example

White with #121E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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