Html Css Color HEX #130561 Midnight Blue

📋 copy color: '#130561'

red 19 ◦ green 5 ◦ blue 97

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

Shades of Midnight Blue #130561

Tints of Midnight Blue #130561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 80.17%

R = 15.7%
G = 4.13%
B = 80.17%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130561 (or 0x130561) is known color: Midnight Blue. HEX triplet: 13, 05 and 61. RGB value is (19,5,97). Sum of RGB (Red+Green+Blue) = 19+5+97=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #130561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130561 is #ECFA9E. Grayscale: #131313. Windows color (decimal): -15530655 or 6358291. OLE color: 6358291.

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

Color convert

RGB 19 5 97 -
CMYK 0.80 0.95 0 0.62
HSL 249.13º 0.9% 0.2% -
HSV(B) 249.13º 0.95% 0.38% -
XYZ 2.48 1.11 11.39 -
YUV 19.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 19 5 97 0.80 0.95 0 0.62 249.13 0.9 0.2
Hex 13 5 61 50 5F 0 3E F9 5A 14
Octal 23 5 141 120 137 0 76 371 132 24
Binary 10011 101 1100001 1010000 1011111 0 111110 11111001 1011010 10100

Color Harmonies of #130561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130561

Black with #130561

Text Example


Text Example

White with #130561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130561; }

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

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

background-color css

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

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

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

border-color css

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

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

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