Html Css Color HEX #131460 Midnight Blue

📋 copy color: '#131460'

red 19 ◦ green 20 ◦ blue 96

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

Shades of Midnight Blue #131460

Tints of Midnight Blue #131460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 14.07%
G = 14.81%
B = 71.11%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131460 (or 0x131460) is known color: Midnight Blue. HEX triplet: 13, 14 and 60. RGB value is (19,20,96). Sum of RGB (Red+Green+Blue) = 19+20+96=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #131460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131460 is #ECEB9F. Grayscale: #1C1C1C. Windows color (decimal): -15526816 or 6296595. OLE color: 6296595.

HSL color Cylindrical-coordinate representation of color #131460: hue angle of 239.22º 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 #131460 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 20 96 -
CMYK 0.80 0.79 0 0.62
HSL 239.22º 0.67% 0.23% -
HSV(B) 239.22º 0.8% 0.38% -
XYZ 2.63 1.48 11.21 -
YUV 28.37 166.17 121.32 -
System Red Green Blue C M Y K H S L
Decimal 19 20 96 0.80 0.79 0 0.62 239.22 0.67 0.23
Hex 13 14 60 50 4F 0 3E EF 43 17
Octal 23 24 140 120 117 0 76 357 103 27
Binary 10011 10100 1100000 1010000 1001111 0 111110 11101111 1000011 10111

Color Harmonies of #131460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131460

Black with #131460

Text Example


Text Example

White with #131460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131460; }

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

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

background-color css

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

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

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

border-color css

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

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

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