Html Css Color HEX #131360 Midnight Blue

📋 copy color: '#131360'

red 19 ◦ green 19 ◦ blue 96

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

Shades of Midnight Blue #131360

Tints of Midnight Blue #131360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 14.18%
G = 14.18%
B = 71.64%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131360 (or 0x131360) is known color: Midnight Blue. HEX triplet: 13, 13 and 60. RGB value is (19,19,96). Sum of RGB (Red+Green+Blue) = 19+19+96=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #131360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131360 is #ECEC9F. Grayscale: #1B1B1B. Windows color (decimal): -15527072 or 6296339. OLE color: 6296339.

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

Color convert

RGB 19 19 96 -
CMYK 0.80 0.80 0 0.62
HSL 240º 0.67% 0.23% -
HSV(B) 240º 0.8% 0.38% -
XYZ 2.61 1.45 11.21 -
YUV 27.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 19 19 96 0.80 0.80 0 0.62 240 0.67 0.23
Hex 13 13 60 50 50 0 3E F0 43 17
Octal 23 23 140 120 120 0 76 360 103 27
Binary 10011 10011 1100000 1010000 1010000 0 111110 11110000 1000011 10111

Color Harmonies of #131360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131360

Black with #131360

Text Example


Text Example

White with #131360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131360; }

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

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

background-color css

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

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

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

border-color css

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

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

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