Html Css Color HEX #130576 Midnight Blue

📋 copy color: '#130576'

red 19 ◦ green 5 ◦ blue 118

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

Shades of Midnight Blue #130576

Tints of Midnight Blue #130576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 118 (46.48% from 255) = 83.1%

R = 13.38%
G = 3.52%
B = 83.1%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130576 (or 0x130576) is known color: Midnight Blue. HEX triplet: 13, 05 and 76. RGB value is (19,5,118). Sum of RGB (Red+Green+Blue) = 19+5+118=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #130576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130576 is #ECFA89. Grayscale: #151515. Windows color (decimal): -15530634 or 7734547. OLE color: 7734547.

HSL color Cylindrical-coordinate representation of color #130576: hue angle of 247.43º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130576 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 5 118 -
CMYK 0.84 0.96 0 0.54
HSL 247.43º 0.92% 0.24% -
HSV(B) 247.43º 0.96% 0.46% -
XYZ 3.59 1.55 17.25 -
YUV 22.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 19 5 118 0.84 0.96 0 0.54 247.43 0.92 0.24
Hex 13 5 76 54 60 0 36 F7 5C 18
Octal 23 5 166 124 140 0 66 367 134 30
Binary 10011 101 1110110 1010100 1100000 0 110110 11110111 1011100 11000

Color Harmonies of #130576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130576

Black with #130576

Text Example


Text Example

White with #130576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130576; }

 p { color: rgb(19,5,118); }

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

background-color css

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

 a { background-color: rgb(19,5,118); }

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

border-color css

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

 span { border-color: rgb(19,5,118); }

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