Html Css Color HEX #121378 Midnight Blue

📋 copy color: '#121378'

red 18 ◦ green 19 ◦ blue 120

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

Shades of Midnight Blue #121378

Tints of Midnight Blue #121378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 11.46%
G = 12.1%
B = 76.43%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121378 (or 0x121378) is known color: Midnight Blue. HEX triplet: 12, 13 and 78. RGB value is (18,19,120). Sum of RGB (Red+Green+Blue) = 18+19+120=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #121378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121378 is #EDEC87. Grayscale: #1D1D1D. Windows color (decimal): -15592584 or 7869202. OLE color: 7869202.

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

Color convert

RGB 18 19 120 -
CMYK 0.85 0.84 0 0.53
HSL 239.41º 0.74% 0.27% -
HSV(B) 239.41º 0.85% 0.47% -
XYZ 3.87 1.95 17.94 -
YUV 30.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 18 19 120 0.85 0.84 0 0.53 239.41 0.74 0.27
Hex 12 13 78 55 54 0 35 EF 4A 1B
Octal 22 23 170 125 124 0 65 357 112 33
Binary 10010 10011 1111000 1010101 1010100 0 110101 11101111 1001010 11011

Color Harmonies of #121378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121378

Black with #121378

Text Example


Text Example

White with #121378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121378; }

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

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

background-color css

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

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

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

border-color css

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

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

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