Html Css Color HEX #130573 Midnight Blue

📋 copy color: '#130573'

red 19 ◦ green 5 ◦ blue 115

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

Shades of Midnight Blue #130573

Tints of Midnight Blue #130573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 82.73%

R = 13.67%
G = 3.6%
B = 82.73%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130573 (or 0x130573) is known color: Midnight Blue. HEX triplet: 13, 05 and 73. RGB value is (19,5,115). Sum of RGB (Red+Green+Blue) = 19+5+115=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #130573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130573 is #ECFA8C. Grayscale: #151515. Windows color (decimal): -15530637 or 7537939. OLE color: 7537939.

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

Color convert

RGB 19 5 115 -
CMYK 0.83 0.96 0 0.55
HSL 247.64º 0.92% 0.24% -
HSV(B) 247.64º 0.96% 0.45% -
XYZ 3.42 1.48 16.33 -
YUV 21.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 19 5 115 0.83 0.96 0 0.55 247.64 0.92 0.24
Hex 13 5 73 53 60 0 37 F8 5C 18
Octal 23 5 163 123 140 0 67 370 134 30
Binary 10011 101 1110011 1010011 1100000 0 110111 11111000 1011100 11000

Color Harmonies of #130573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130573

Black with #130573

Text Example


Text Example

White with #130573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130573; }

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

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

background-color css

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

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

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

border-color css

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

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

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