Html Css Color HEX #130559 Midnight Blue

📋 copy color: '#130559'

red 19 ◦ green 5 ◦ blue 89

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

Shades of Midnight Blue #130559

Tints of Midnight Blue #130559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 78.76%

R = 16.81%
G = 4.42%
B = 78.76%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#130559 (or 0x130559) is known color: Midnight Blue. HEX triplet: 13, 05 and 59. RGB value is (19,5,89). Sum of RGB (Red+Green+Blue) = 19+5+89=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #130559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130559 is #ECFAA6. Grayscale: #121212. Windows color (decimal): -15530663 or 5834003. OLE color: 5834003.

HSL color Cylindrical-coordinate representation of color #130559: hue angle of 250º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130559 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 5 89 -
CMYK 0.79 0.94 0 0.65
HSL 250º 0.89% 0.18% -
HSV(B) 250º 0.94% 0.35% -
XYZ 2.13 0.97 9.53 -
YUV 18.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 19 5 89 0.79 0.94 0 0.65 250 0.89 0.18
Hex 13 5 59 4F 5E 0 41 FA 59 12
Octal 23 5 131 117 136 0 101 372 131 22
Binary 10011 101 1011001 1001111 1011110 0 1000001 11111010 1011001 10010

Color Harmonies of #130559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130559

Black with #130559

Text Example


Text Example

White with #130559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130559; }

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

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

background-color css

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

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

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

border-color css

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

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

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