Html Css Color HEX #121170 Midnight Blue

📋 copy color: '#121170'

red 18 ◦ green 17 ◦ blue 112

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

Shades of Midnight Blue #121170

Tints of Midnight Blue #121170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 112 (44.14% from 255) = 76.19%

R = 12.24%
G = 11.56%
B = 76.19%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121170 (or 0x121170) is known color: Midnight Blue. HEX triplet: 12, 11 and 70. RGB value is (18,17,112). Sum of RGB (Red+Green+Blue) = 18+17+112=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #121170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121170 is #EDEE8F. Grayscale: #1B1B1B. Windows color (decimal): -15593104 or 7344402. OLE color: 7344402.

HSL color Cylindrical-coordinate representation of color #121170: hue angle of 240.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121170 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 17 112 -
CMYK 0.84 0.85 0 0.56
HSL 240.63º 0.74% 0.25% -
HSV(B) 240.63º 0.85% 0.44% -
XYZ 3.37 1.7 15.48 -
YUV 28.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 18 17 112 0.84 0.85 0 0.56 240.63 0.74 0.25
Hex 12 11 70 54 55 0 38 F1 4A 19
Octal 22 21 160 124 125 0 70 361 112 31
Binary 10010 10001 1110000 1010100 1010101 0 111000 11110001 1001010 11001

Color Harmonies of #121170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121170

Black with #121170

Text Example


Text Example

White with #121170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121170; }

 p { color: rgb(18,17,112); }

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

background-color css

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

 a { background-color: rgb(18,17,112); }

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

border-color css

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

 span { border-color: rgb(18,17,112); }

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