Html Css Color HEX #131160 Midnight Blue

📋 copy color: '#131160'

red 19 ◦ green 17 ◦ blue 96

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

Shades of Midnight Blue #131160

Tints of Midnight Blue #131160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 72.73%

R = 14.39%
G = 12.88%
B = 72.73%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131160 (or 0x131160) is known color: Midnight Blue. HEX triplet: 13, 11 and 60. RGB value is (19,17,96). Sum of RGB (Red+Green+Blue) = 19+17+96=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #131160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131160 is #ECEE9F. Grayscale: #1A1A1A. Windows color (decimal): -15527584 or 6295827. OLE color: 6295827.

HSL color Cylindrical-coordinate representation of color #131160: hue angle of 241.52º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131160 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 17 96 -
CMYK 0.80 0.82 0 0.62
HSL 241.52º 0.7% 0.22% -
HSV(B) 241.52º 0.82% 0.38% -
XYZ 2.58 1.38 11.2 -
YUV 26.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 19 17 96 0.80 0.82 0 0.62 241.52 0.7 0.22
Hex 13 11 60 50 52 0 3E F2 46 16
Octal 23 21 140 120 122 0 76 362 106 26
Binary 10011 10001 1100000 1010000 1010010 0 111110 11110010 1000110 10110

Color Harmonies of #131160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131160

Black with #131160

Text Example


Text Example

White with #131160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131160; }

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

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

background-color css

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

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

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

border-color css

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

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

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