Html Css Color HEX #131071 Midnight Blue

📋 copy color: '#131071'

red 19 ◦ green 16 ◦ blue 113

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

Shades of Midnight Blue #131071

Tints of Midnight Blue #131071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

 BLUE value IS 113 (44.53% from 255) = 76.35%

R = 12.84%
G = 10.81%
B = 76.35%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131071 (or 0x131071) is known color: Midnight Blue. HEX triplet: 13, 10 and 71. RGB value is (19,16,113). Sum of RGB (Red+Green+Blue) = 19+16+113=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #131071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131071 is #ECEF8E. Grayscale: #1B1B1B. Windows color (decimal): -15527823 or 7409683. OLE color: 7409683.

HSL color Cylindrical-coordinate representation of color #131071: hue angle of 241.86º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131071 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 16 113 -
CMYK 0.83 0.86 0 0.56
HSL 241.86º 0.75% 0.25% -
HSV(B) 241.86º 0.86% 0.44% -
XYZ 3.43 1.7 15.77 -
YUV 27.96 175.99 121.61 -
System Red Green Blue C M Y K H S L
Decimal 19 16 113 0.83 0.86 0 0.56 241.86 0.75 0.25
Hex 13 10 71 53 56 0 38 F2 4B 19
Octal 23 20 161 123 126 0 70 362 113 31
Binary 10011 10000 1110001 1010011 1010110 0 111000 11110010 1001011 11001

Color Harmonies of #131071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131071

Black with #131071

Text Example


Text Example

White with #131071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131071; }

 p { color: rgb(19,16,113); }

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

background-color css

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

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

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

border-color css

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

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

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