Html Css Color HEX #131559 Midnight Blue

📋 copy color: '#131559'

red 19 ◦ green 21 ◦ blue 89

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

Shades of Midnight Blue #131559

Tints of Midnight Blue #131559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

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

R = 14.73%
G = 16.28%
B = 68.99%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131559 (or 0x131559) is known color: Midnight Blue. HEX triplet: 13, 15 and 59. RGB value is (19,21,89). Sum of RGB (Red+Green+Blue) = 19+21+89=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #131559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131559 is #ECEAA6. Grayscale: #1B1B1B. Windows color (decimal): -15526567 or 5838099. OLE color: 5838099.

HSL color Cylindrical-coordinate representation of color #131559: hue angle of 238.29º 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 #131559 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 21 89 -
CMYK 0.79 0.76 0 0.65
HSL 238.29º 0.65% 0.21% -
HSV(B) 238.29º 0.79% 0.35% -
XYZ 2.34 1.4 9.6 -
YUV 28.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 19 21 89 0.79 0.76 0 0.65 238.29 0.65 0.21
Hex 13 15 59 4F 4C 0 41 EE 41 15
Octal 23 25 131 117 114 0 101 356 101 25
Binary 10011 10101 1011001 1001111 1001100 0 1000001 11101110 1000001 10101

Color Harmonies of #131559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131559

Black with #131559

Text Example


Text Example

White with #131559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131559; }

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

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

background-color css

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

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

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

border-color css

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

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

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