Html Css Color HEX #121579 Midnight Blue

📋 copy color: '#121579'

red 18 ◦ green 21 ◦ blue 121

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

Shades of Midnight Blue #121579

Tints of Midnight Blue #121579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

 BLUE value IS 121 (47.66% from 255) = 75.63%

R = 11.25%
G = 13.13%
B = 75.63%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121579 (or 0x121579) is known color: Midnight Blue. HEX triplet: 12, 15 and 79. RGB value is (18,21,121). Sum of RGB (Red+Green+Blue) = 18+21+121=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #121579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121579 is #EDEA86. Grayscale: #1F1F1F. Windows color (decimal): -15592071 or 7935250. OLE color: 7935250.

HSL color Cylindrical-coordinate representation of color #121579: hue angle of 238.25º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121579 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 21 121 -
CMYK 0.85 0.83 0 0.53
HSL 238.25º 0.74% 0.27% -
HSV(B) 238.25º 0.85% 0.47% -
XYZ 3.97 2.05 18.27 -
YUV 31.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 18 21 121 0.85 0.83 0 0.53 238.25 0.74 0.27
Hex 12 15 79 55 53 0 35 EE 4A 1B
Octal 22 25 171 125 123 0 65 356 112 33
Binary 10010 10101 1111001 1010101 1010011 0 110101 11101110 1001010 11011

Color Harmonies of #121579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121579

Black with #121579

Text Example


Text Example

White with #121579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121579; }

 p { color: rgb(18,21,121); }

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

background-color css

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

 a { background-color: rgb(18,21,121); }

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

border-color css

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

 span { border-color: rgb(18,21,121); }

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