Html Css Color HEX #130059 Midnight Blue

📋 copy color: '#130059'

red 19 ◦ green 0 ◦ blue 89

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

Shades of Midnight Blue #130059

Tints of Midnight Blue #130059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.59%
G = 0%
B = 82.41%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#130059 (or 0x130059) is known color: Midnight Blue. HEX triplet: 13, 00 and 59. RGB value is (19,0,89). Sum of RGB (Red+Green+Blue) = 19+0+89=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #130059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130059 is #ECFFA6. Grayscale: #0F0F0F. Windows color (decimal): -15531943 or 5832723. OLE color: 5832723.

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

Color convert

RGB 19 0 89 -
CMYK 0.79 1 0 0.65
HSL 252.81º 1% 0.17% -
HSV(B) 252.81º 1% 0.35% -
XYZ 2.07 0.86 9.51 -
YUV 15.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 19 0 89 0.79 1 0 0.65 252.81 1 0.17
Hex 13 0 59 4F 64 0 41 FD 64 11
Octal 23 0 131 117 144 0 101 375 144 21
Binary 10011 0 1011001 1001111 1100100 0 1000001 11111101 1100100 10001

Color Harmonies of #130059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130059

Black with #130059

Text Example


Text Example

White with #130059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130059; }

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

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

background-color css

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

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

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

border-color css

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

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

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