Html Css Color HEX #121578 Midnight Blue

📋 copy color: '#121578'

red 18 ◦ green 21 ◦ blue 120

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

Shades of Midnight Blue #121578

Tints of Midnight Blue #121578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 75.47%

R = 11.32%
G = 13.21%
B = 75.47%

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

#121578 (or 0x121578) is known color: Midnight Blue. HEX triplet: 12, 15 and 78. RGB value is (18,21,120). Sum of RGB (Red+Green+Blue) = 18+21+120=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #121578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121578 is #EDEA87. Grayscale: #1E1E1E. Windows color (decimal): -15592072 or 7869714. OLE color: 7869714.

HSL color Cylindrical-coordinate representation of color #121578: hue angle of 238.24º 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 #121578 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 21 120 -
CMYK 0.85 0.83 0 0.53
HSL 238.24º 0.74% 0.27% -
HSV(B) 238.24º 0.85% 0.47% -
XYZ 3.91 2.02 17.95 -
YUV 31.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 18 21 120 0.85 0.83 0 0.53 238.24 0.74 0.27
Hex 12 15 78 55 53 0 35 EE 4A 1B
Octal 22 25 170 125 123 0 65 356 112 33
Binary 10010 10101 1111000 1010101 1010011 0 110101 11101110 1001010 11011

Color Harmonies of #121578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121578

Black with #121578

Text Example


Text Example

White with #121578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121578; }

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

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

background-color css

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

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

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

border-color css

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

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

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