Html Css Color HEX #131070 Midnight Blue

📋 copy color: '#131070'

red 19 ◦ green 16 ◦ blue 112

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

Shades of Midnight Blue #131070

Tints of Midnight Blue #131070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 76.19%

R = 12.93%
G = 10.88%
B = 76.19%

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

#131070 (or 0x131070) is known color: Midnight Blue. HEX triplet: 13, 10 and 70. RGB value is (19,16,112). Sum of RGB (Red+Green+Blue) = 19+16+112=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #131070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131070 is #ECEF8F. Grayscale: #1B1B1B. Windows color (decimal): -15527824 or 7344147. OLE color: 7344147.

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

Color convert

RGB 19 16 112 -
CMYK 0.83 0.86 0 0.56
HSL 241.88º 0.75% 0.25% -
HSV(B) 241.88º 0.86% 0.44% -
XYZ 3.38 1.68 15.48 -
YUV 27.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 19 16 112 0.83 0.86 0 0.56 241.88 0.75 0.25
Hex 13 10 70 53 56 0 38 F2 4B 19
Octal 23 20 160 123 126 0 70 362 113 31
Binary 10011 10000 1110000 1010011 1010110 0 111000 11110010 1001011 11001

Color Harmonies of #131070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131070

Black with #131070

Text Example


Text Example

White with #131070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131070; }

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

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

background-color css

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

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

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

border-color css

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

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

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