Html Css Color HEX #121F78 Midnight Blue

📋 copy color: '#121F78'

red 18 ◦ green 31 ◦ blue 120

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

Shades of Midnight Blue #121F78

Tints of Midnight Blue #121F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.34%

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

R = 10.65%
G = 18.34%
B = 71.01%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121F78 (or 0x121F78) is known color: Midnight Blue. HEX triplet: 12, 1F and 78. RGB value is (18,31,120). Sum of RGB (Red+Green+Blue) = 18+31+120=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #121F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F78 is #EDE087. Grayscale: #242424. Windows color (decimal): -15589512 or 7872274. OLE color: 7872274.

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

Color convert

RGB 18 31 120 -
CMYK 0.85 0.74 0 0.53
HSL 232.35º 0.74% 0.27% -
HSV(B) 232.35º 0.85% 0.47% -
XYZ 4.13 2.46 18.03 -
YUV 37.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 18 31 120 0.85 0.74 0 0.53 232.35 0.74 0.27
Hex 12 1F 78 55 4A 0 35 E8 4A 1B
Octal 22 37 170 125 112 0 65 350 112 33
Binary 10010 11111 1111000 1010101 1001010 0 110101 11101000 1001010 11011

Color Harmonies of #121F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F78

Black with #121F78

Text Example


Text Example

White with #121F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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