Html Css Color HEX #131459 Midnight Blue

📋 copy color: '#131459'

red 19 ◦ green 20 ◦ blue 89

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

Shades of Midnight Blue #131459

Tints of Midnight Blue #131459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 14.84%
G = 15.63%
B = 69.53%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131459 (or 0x131459) is known color: Midnight Blue. HEX triplet: 13, 14 and 59. RGB value is (19,20,89). Sum of RGB (Red+Green+Blue) = 19+20+89=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #131459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131459 is #ECEBA6. Grayscale: #1B1B1B. Windows color (decimal): -15526823 or 5837843. OLE color: 5837843.

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

Color convert

RGB 19 20 89 -
CMYK 0.79 0.78 0 0.65
HSL 239.14º 0.65% 0.21% -
HSV(B) 239.14º 0.79% 0.35% -
XYZ 2.32 1.36 9.59 -
YUV 27.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 19 20 89 0.79 0.78 0 0.65 239.14 0.65 0.21
Hex 13 14 59 4F 4E 0 41 EF 41 15
Octal 23 24 131 117 116 0 101 357 101 25
Binary 10011 10100 1011001 1001111 1001110 0 1000001 11101111 1000001 10101

Color Harmonies of #131459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131459

Black with #131459

Text Example


Text Example

White with #131459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131459; }

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

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

background-color css

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

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

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

border-color css

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

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

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