Html Css Color HEX #130D59 Midnight Blue

📋 copy color: '#130D59'

red 19 ◦ green 13 ◦ blue 89

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

Shades of Midnight Blue #130D59

Tints of Midnight Blue #130D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.74%

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

R = 15.7%
G = 10.74%
B = 73.55%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#130D59 (or 0x130D59) is known color: Midnight Blue. HEX triplet: 13, 0D and 59. RGB value is (19,13,89). Sum of RGB (Red+Green+Blue) = 19+13+89=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #130D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D59 is #ECF2A6. Grayscale: #171717. Windows color (decimal): -15528615 or 5836051. OLE color: 5836051.

HSL color Cylindrical-coordinate representation of color #130D59: hue angle of 244.74º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130D59 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 13 89 -
CMYK 0.79 0.85 0 0.65
HSL 244.74º 0.75% 0.2% -
HSV(B) 244.74º 0.85% 0.35% -
XYZ 2.22 1.15 9.56 -
YUV 23.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 19 13 89 0.79 0.85 0 0.65 244.74 0.75 0.2
Hex 13 D 59 4F 55 0 41 F5 4B 14
Octal 23 15 131 117 125 0 101 365 113 24
Binary 10011 1101 1011001 1001111 1010101 0 1000001 11110101 1001011 10100

Color Harmonies of #130D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D59

Black with #130D59

Text Example


Text Example

White with #130D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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