Html Css Color HEX #121173 Midnight Blue

📋 copy color: '#121173'

red 18 ◦ green 17 ◦ blue 115

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

Shades of Midnight Blue #121173

Tints of Midnight Blue #121173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 76.67%

R = 12%
G = 11.33%
B = 76.67%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121173 (or 0x121173) is known color: Midnight Blue. HEX triplet: 12, 11 and 73. RGB value is (18,17,115). Sum of RGB (Red+Green+Blue) = 18+17+115=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #121173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121173 is #EDEE8C. Grayscale: #1C1C1C. Windows color (decimal): -15593101 or 7541010. OLE color: 7541010.

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

Color convert

RGB 18 17 115 -
CMYK 0.84 0.85 0 0.55
HSL 240.61º 0.74% 0.26% -
HSV(B) 240.61º 0.85% 0.45% -
XYZ 3.54 1.77 16.37 -
YUV 28.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 18 17 115 0.84 0.85 0 0.55 240.61 0.74 0.26
Hex 12 11 73 54 55 0 37 F1 4A 1A
Octal 22 21 163 124 125 0 67 361 112 32
Binary 10010 10001 1110011 1010100 1010101 0 110111 11110001 1001010 11010

Color Harmonies of #121173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121173

Black with #121173

Text Example


Text Example

White with #121173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121173; }

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

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

background-color css

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

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

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

border-color css

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

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

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