Html Css Color HEX #130771 Midnight Blue

📋 copy color: '#130771'

red 19 ◦ green 7 ◦ blue 113

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

Shades of Midnight Blue #130771

Tints of Midnight Blue #130771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 13.67%
G = 5.04%
B = 81.29%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130771 (or 0x130771) is known color: Midnight Blue. HEX triplet: 13, 07 and 71. RGB value is (19,7,113). Sum of RGB (Red+Green+Blue) = 19+7+113=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #130771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130771 is #ECF88E. Grayscale: #161616. Windows color (decimal): -15530127 or 7407379. OLE color: 7407379.

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

Color convert

RGB 19 7 113 -
CMYK 0.83 0.94 0 0.56
HSL 246.79º 0.88% 0.24% -
HSV(B) 246.79º 0.94% 0.44% -
XYZ 3.33 1.48 15.73 -
YUV 22.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 19 7 113 0.83 0.94 0 0.56 246.79 0.88 0.24
Hex 13 7 71 53 5E 0 38 F7 58 18
Octal 23 7 161 123 136 0 70 367 130 30
Binary 10011 111 1110001 1010011 1011110 0 111000 11110111 1011000 11000

Color Harmonies of #130771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130771

Black with #130771

Text Example


Text Example

White with #130771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130771; }

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

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

background-color css

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

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

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

border-color css

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

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

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