Html Css Color HEX #131473 Midnight Blue

📋 copy color: '#131473'

red 19 ◦ green 20 ◦ blue 115

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

Shades of Midnight Blue #131473

Tints of Midnight Blue #131473

RGB

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

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

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

R = 12.34%
G = 12.99%
B = 74.68%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131473 (or 0x131473) is known color: Midnight Blue. HEX triplet: 13, 14 and 73. RGB value is (19,20,115). Sum of RGB (Red+Green+Blue) = 19+20+115=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #131473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131473 is #ECEB8C. Grayscale: #1E1E1E. Windows color (decimal): -15526797 or 7541779. OLE color: 7541779.

HSL color Cylindrical-coordinate representation of color #131473: hue angle of 239.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131473 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 20 115 -
CMYK 0.83 0.83 0 0.55
HSL 239.38º 0.72% 0.26% -
HSV(B) 239.38º 0.83% 0.45% -
XYZ 3.61 1.88 16.39 -
YUV 30.53 175.67 119.78 -
System Red Green Blue C M Y K H S L
Decimal 19 20 115 0.83 0.83 0 0.55 239.38 0.72 0.26
Hex 13 14 73 53 53 0 37 EF 48 1A
Octal 23 24 163 123 123 0 67 357 110 32
Binary 10011 10100 1110011 1010011 1010011 0 110111 11101111 1001000 11010

Color Harmonies of #131473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131473

Black with #131473

Text Example


Text Example

White with #131473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131473; }

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

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

background-color css

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

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

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

border-color css

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

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

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