Html Css Color HEX #131173 Midnight Blue

📋 copy color: '#131173'

red 19 ◦ green 17 ◦ blue 115

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

Shades of Midnight Blue #131173

Tints of Midnight Blue #131173

RGB

 RED value IS 19 (7.81% from 255) = 12.58%

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

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

R = 12.58%
G = 11.26%
B = 76.16%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131173 (or 0x131173) is known color: Midnight Blue. HEX triplet: 13, 11 and 73. RGB value is (19,17,115). Sum of RGB (Red+Green+Blue) = 19+17+115=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #131173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131173 is #ECEE8C. Grayscale: #1C1C1C. Windows color (decimal): -15527565 or 7541011. OLE color: 7541011.

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

Color convert

RGB 19 17 115 -
CMYK 0.83 0.85 0 0.55
HSL 241.22º 0.74% 0.26% -
HSV(B) 241.22º 0.85% 0.45% -
XYZ 3.56 1.78 16.37 -
YUV 28.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 19 17 115 0.83 0.85 0 0.55 241.22 0.74 0.26
Hex 13 11 73 53 55 0 37 F1 4A 1A
Octal 23 21 163 123 125 0 67 361 112 32
Binary 10011 10001 1110011 1010011 1010101 0 110111 11110001 1001010 11010

Color Harmonies of #131173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131173

Black with #131173

Text Example


Text Example

White with #131173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131173; }

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

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

background-color css

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

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

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

border-color css

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

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

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