Html Css Color HEX #131170 Midnight Blue

📋 copy color: '#131170'

red 19 ◦ green 17 ◦ blue 112

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

Shades of Midnight Blue #131170

Tints of Midnight Blue #131170

RGB

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

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

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

R = 12.84%
G = 11.49%
B = 75.68%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131170 (or 0x131170) is known color: Midnight Blue. HEX triplet: 13, 11 and 70. RGB value is (19,17,112). Sum of RGB (Red+Green+Blue) = 19+17+112=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #131170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131170 is #ECEE8F. Grayscale: #1C1C1C. Windows color (decimal): -15527568 or 7344403. OLE color: 7344403.

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

Color convert

RGB 19 17 112 -
CMYK 0.83 0.85 0 0.56
HSL 241.26º 0.74% 0.25% -
HSV(B) 241.26º 0.85% 0.44% -
XYZ 3.39 1.71 15.48 -
YUV 28.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 19 17 112 0.83 0.85 0 0.56 241.26 0.74 0.25
Hex 13 11 70 53 55 0 38 F1 4A 19
Octal 23 21 160 123 125 0 70 361 112 31
Binary 10011 10001 1110000 1010011 1010101 0 111000 11110001 1001010 11001

Color Harmonies of #131170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131170

Black with #131170

Text Example


Text Example

White with #131170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131170; }

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

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

background-color css

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

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

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

border-color css

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

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

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