Html Css Color HEX #121478 Midnight Blue

📋 copy color: '#121478'

red 18 ◦ green 20 ◦ blue 120

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

Shades of Midnight Blue #121478

Tints of Midnight Blue #121478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

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

R = 11.39%
G = 12.66%
B = 75.95%

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

#121478 (or 0x121478) is known color: Midnight Blue. HEX triplet: 12, 14 and 78. RGB value is (18,20,120). Sum of RGB (Red+Green+Blue) = 18+20+120=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #121478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121478 is #EDEB87. Grayscale: #1E1E1E. Windows color (decimal): -15592328 or 7869458. OLE color: 7869458.

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

Color convert

RGB 18 20 120 -
CMYK 0.85 0.83 0 0.53
HSL 238.82º 0.74% 0.27% -
HSV(B) 238.82º 0.85% 0.47% -
XYZ 3.89 1.98 17.95 -
YUV 30.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 18 20 120 0.85 0.83 0 0.53 238.82 0.74 0.27
Hex 12 14 78 55 53 0 35 EF 4A 1B
Octal 22 24 170 125 123 0 65 357 112 33
Binary 10010 10100 1111000 1010101 1010011 0 110101 11101111 1001010 11011

Color Harmonies of #121478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121478

Black with #121478

Text Example


Text Example

White with #121478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121478; }

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

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

background-color css

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

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

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

border-color css

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

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

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