Html Css Color HEX #131373 Midnight Blue

📋 copy color: '#131373'

red 19 ◦ green 19 ◦ blue 115

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

Shades of Midnight Blue #131373

Tints of Midnight Blue #131373

RGB

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

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

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

R = 12.42%
G = 12.42%
B = 75.16%

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

#131373 (or 0x131373) is known color: Midnight Blue. HEX triplet: 13, 13 and 73. RGB value is (19,19,115). Sum of RGB (Red+Green+Blue) = 19+19+115=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #131373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131373 is #ECEC8C. Grayscale: #1D1D1D. Windows color (decimal): -15527053 or 7541523. OLE color: 7541523.

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

Color convert

RGB 19 19 115 -
CMYK 0.83 0.83 0 0.55
HSL 240º 0.72% 0.26% -
HSV(B) 240º 0.83% 0.45% -
XYZ 3.6 1.84 16.39 -
YUV 29.94 176 120.19 -
System Red Green Blue C M Y K H S L
Decimal 19 19 115 0.83 0.83 0 0.55 240 0.72 0.26
Hex 13 13 73 53 53 0 37 F0 48 1A
Octal 23 23 163 123 123 0 67 360 110 32
Binary 10011 10011 1110011 1010011 1010011 0 110111 11110000 1001000 11010

Color Harmonies of #131373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131373

Black with #131373

Text Example


Text Example

White with #131373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131373; }

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

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

background-color css

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

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

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

border-color css

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

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

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