Html Css Color HEX #131761 Midnight Blue

📋 copy color: '#131761'

red 19 ◦ green 23 ◦ blue 97

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

Shades of Midnight Blue #131761

Tints of Midnight Blue #131761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.55%

 BLUE value IS 97 (38.28% from 255) = 69.78%

R = 13.67%
G = 16.55%
B = 69.78%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131761 (or 0x131761) is known color: Midnight Blue. HEX triplet: 13, 17 and 61. RGB value is (19,23,97). Sum of RGB (Red+Green+Blue) = 19+23+97=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #131761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131761 is #ECE89E. Grayscale: #1D1D1D. Windows color (decimal): -15526047 or 6362899. OLE color: 6362899.

HSL color Cylindrical-coordinate representation of color #131761: hue angle of 236.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131761 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 23 97 -
CMYK 0.80 0.76 0 0.62
HSL 236.92º 0.67% 0.23% -
HSV(B) 236.92º 0.8% 0.38% -
XYZ 2.73 1.61 11.48 -
YUV 30.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 19 23 97 0.80 0.76 0 0.62 236.92 0.67 0.23
Hex 13 17 61 50 4C 0 3E ED 43 17
Octal 23 27 141 120 114 0 76 355 103 27
Binary 10011 10111 1100001 1010000 1001100 0 111110 11101101 1000011 10111

Color Harmonies of #131761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131761

Black with #131761

Text Example


Text Example

White with #131761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131761; }

 p { color: rgb(19,23,97); }

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

background-color css

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

 a { background-color: rgb(19,23,97); }

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

border-color css

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

 span { border-color: rgb(19,23,97); }

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