Html Css Color HEX #130471 Midnight Blue

📋 copy color: '#130471'

red 19 ◦ green 4 ◦ blue 113

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

Shades of Midnight Blue #130471

Tints of Midnight Blue #130471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 13.97%
G = 2.94%
B = 83.09%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130471 (or 0x130471) is known color: Midnight Blue. HEX triplet: 13, 04 and 71. RGB value is (19,4,113). Sum of RGB (Red+Green+Blue) = 19+4+113=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #130471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130471 is #ECFB8E. Grayscale: #141414. Windows color (decimal): -15530895 or 7406611. OLE color: 7406611.

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

Color convert

RGB 19 4 113 -
CMYK 0.83 0.96 0 0.56
HSL 248.26º 0.93% 0.23% -
HSV(B) 248.26º 0.96% 0.44% -
XYZ 3.29 1.42 15.72 -
YUV 20.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 19 4 113 0.83 0.96 0 0.56 248.26 0.93 0.23
Hex 13 4 71 53 60 0 38 F8 5D 17
Octal 23 4 161 123 140 0 70 370 135 27
Binary 10011 100 1110001 1010011 1100000 0 111000 11111000 1011101 10111

Color Harmonies of #130471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130471

Black with #130471

Text Example


Text Example

White with #130471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130471; }

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

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

background-color css

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

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

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

border-color css

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

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

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