Html Css Color HEX #121E7D Midnight Blue

📋 copy color: '#121E7D'

red 18 ◦ green 30 ◦ blue 125

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

Shades of Midnight Blue #121E7D

Tints of Midnight Blue #121E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 72.25%

R = 10.4%
G = 17.34%
B = 72.25%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#121E7D (or 0x121E7D) is known color: Midnight Blue. HEX triplet: 12, 1E and 7D. RGB value is (18,30,125). Sum of RGB (Red+Green+Blue) = 18+30+125=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #121E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E7D is #EDE182. Grayscale: #242424. Windows color (decimal): -15589763 or 8199698. OLE color: 8199698.

HSL color Cylindrical-coordinate representation of color #121E7D: hue angle of 233.27º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121E7D is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 30 125 -
CMYK 0.86 0.76 0 0.51
HSL 233.27º 0.75% 0.28% -
HSV(B) 233.27º 0.86% 0.49% -
XYZ 4.42 2.54 19.66 -
YUV 37.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 18 30 125 0.86 0.76 0 0.51 233.27 0.75 0.28
Hex 12 1E 7D 56 4C 0 33 E9 4B 1C
Octal 22 36 175 126 114 0 63 351 113 34
Binary 10010 11110 1111101 1010110 1001100 0 110011 11101001 1001011 11100

Color Harmonies of #121E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E7D

Black with #121E7D

Text Example


Text Example

White with #121E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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