Html Css Color HEX #121A78 Midnight Blue

📋 copy color: '#121A78'

red 18 ◦ green 26 ◦ blue 120

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

Shades of Midnight Blue #121A78

Tints of Midnight Blue #121A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

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

R = 10.98%
G = 15.85%
B = 73.17%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121A78 (or 0x121A78) is known color: Midnight Blue. HEX triplet: 12, 1A and 78. RGB value is (18,26,120). Sum of RGB (Red+Green+Blue) = 18+26+120=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #121A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A78 is #EDE587. Grayscale: #212121. Windows color (decimal): -15590792 or 7870994. OLE color: 7870994.

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

Color convert

RGB 18 26 120 -
CMYK 0.85 0.78 0 0.53
HSL 235.29º 0.74% 0.27% -
HSV(B) 235.29º 0.85% 0.47% -
XYZ 4.01 2.22 17.99 -
YUV 34.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 18 26 120 0.85 0.78 0 0.53 235.29 0.74 0.27
Hex 12 1A 78 55 4E 0 35 EB 4A 1B
Octal 22 32 170 125 116 0 65 353 112 33
Binary 10010 11010 1111000 1010101 1001110 0 110101 11101011 1001010 11011

Color Harmonies of #121A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A78

Black with #121A78

Text Example


Text Example

White with #121A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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