Html Css Color HEX #130860 Midnight Blue

📋 copy color: '#130860'

red 19 ◦ green 8 ◦ blue 96

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

Shades of Midnight Blue #130860

Tints of Midnight Blue #130860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

 BLUE value IS 96 (37.89% from 255) = 78.05%

R = 15.45%
G = 6.5%
B = 78.05%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130860 (or 0x130860) is known color: Midnight Blue. HEX triplet: 13, 08 and 60. RGB value is (19,8,96). Sum of RGB (Red+Green+Blue) = 19+8+96=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #130860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130860 is #ECF79F. Grayscale: #141414. Windows color (decimal): -15529888 or 6293523. OLE color: 6293523.

HSL color Cylindrical-coordinate representation of color #130860: hue angle of 247.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130860 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 8 96 -
CMYK 0.80 0.92 0 0.62
HSL 247.5º 0.85% 0.2% -
HSV(B) 247.5º 0.92% 0.38% -
XYZ 2.47 1.16 11.16 -
YUV 21.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 19 8 96 0.80 0.92 0 0.62 247.5 0.85 0.2
Hex 13 8 60 50 5C 0 3E F8 55 14
Octal 23 10 140 120 134 0 76 370 125 24
Binary 10011 1000 1100000 1010000 1011100 0 111110 11111000 1010101 10100

Color Harmonies of #130860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130860

Black with #130860

Text Example


Text Example

White with #130860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130860; }

 p { color: rgb(19,8,96); }

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

background-color css

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

 a { background-color: rgb(19,8,96); }

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

border-color css

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

 span { border-color: rgb(19,8,96); }

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