Html Css Color HEX #131059 Midnight Blue

📋 copy color: '#131059'

red 19 ◦ green 16 ◦ blue 89

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

Shades of Midnight Blue #131059

Tints of Midnight Blue #131059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 15.32%
G = 12.9%
B = 71.77%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131059 (or 0x131059) is known color: Midnight Blue. HEX triplet: 13, 10 and 59. RGB value is (19,16,89). Sum of RGB (Red+Green+Blue) = 19+16+89=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #131059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131059 is #ECEFA6. Grayscale: #181818. Windows color (decimal): -15527847 or 5836819. OLE color: 5836819.

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

Color convert

RGB 19 16 89 -
CMYK 0.79 0.82 0 0.65
HSL 242.47º 0.7% 0.21% -
HSV(B) 242.47º 0.82% 0.35% -
XYZ 2.26 1.23 9.57 -
YUV 25.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 19 16 89 0.79 0.82 0 0.65 242.47 0.7 0.21
Hex 13 10 59 4F 52 0 41 F2 46 15
Octal 23 20 131 117 122 0 101 362 106 25
Binary 10011 10000 1011001 1001111 1010010 0 1000001 11110010 1000110 10101

Color Harmonies of #131059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131059

Black with #131059

Text Example


Text Example

White with #131059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131059; }

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

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

background-color css

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

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

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

border-color css

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

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

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