Html Css Color HEX #130271 Midnight Blue

📋 copy color: '#130271'

red 19 ◦ green 2 ◦ blue 113

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

Shades of Midnight Blue #130271

Tints of Midnight Blue #130271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 14.18%
G = 1.49%
B = 84.33%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130271 (or 0x130271) is known color: Midnight Blue. HEX triplet: 13, 02 and 71. RGB value is (19,2,113). Sum of RGB (Red+Green+Blue) = 19+2+113=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 113 (44.53% from 255 or 84.33% from 134); Max value from RGB is 113 - color contains mainly: blue. Hex color #130271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130271 is #ECFD8E. Grayscale: #131313. Windows color (decimal): -15531407 or 7406099. OLE color: 7406099.

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

Color convert

RGB 19 2 113 -
CMYK 0.83 0.98 0 0.56
HSL 249.19º 0.97% 0.23% -
HSV(B) 249.19º 0.98% 0.44% -
XYZ 3.27 1.37 15.72 -
YUV 19.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 19 2 113 0.83 0.98 0 0.56 249.19 0.97 0.23
Hex 13 2 71 53 62 0 38 F9 61 17
Octal 23 2 161 123 142 0 70 371 141 27
Binary 10011 10 1110001 1010011 1100010 0 111000 11111001 1100001 10111

Color Harmonies of #130271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130271

Black with #130271

Text Example


Text Example

White with #130271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130271; }

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

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

background-color css

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

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

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

border-color css

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

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

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