Html Css Color HEX #131659 Midnight Blue

📋 copy color: '#131659'

red 19 ◦ green 22 ◦ blue 89

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

Shades of Midnight Blue #131659

Tints of Midnight Blue #131659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

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

R = 14.62%
G = 16.92%
B = 68.46%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131659 (or 0x131659) is known color: Midnight Blue. HEX triplet: 13, 16 and 59. RGB value is (19,22,89). Sum of RGB (Red+Green+Blue) = 19+22+89=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #131659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131659 is #ECE9A6. Grayscale: #1C1C1C. Windows color (decimal): -15526311 or 5838355. OLE color: 5838355.

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

Color convert

RGB 19 22 89 -
CMYK 0.79 0.75 0 0.65
HSL 237.43º 0.65% 0.21% -
HSV(B) 237.43º 0.79% 0.35% -
XYZ 2.36 1.43 9.6 -
YUV 28.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 19 22 89 0.79 0.75 0 0.65 237.43 0.65 0.21
Hex 13 16 59 4F 4B 0 41 ED 41 15
Octal 23 26 131 117 113 0 101 355 101 25
Binary 10011 10110 1011001 1001111 1001011 0 1000001 11101101 1000001 10101

Color Harmonies of #131659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131659

Black with #131659

Text Example


Text Example

White with #131659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131659; }

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

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

background-color css

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

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

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

border-color css

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

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

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