Html Css Color HEX #131660 Midnight Blue

📋 copy color: '#131660'

red 19 ◦ green 22 ◦ blue 96

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

Shades of Midnight Blue #131660

Tints of Midnight Blue #131660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 70.07%

R = 13.87%
G = 16.06%
B = 70.07%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131660 (or 0x131660) is known color: Midnight Blue. HEX triplet: 13, 16 and 60. RGB value is (19,22,96). Sum of RGB (Red+Green+Blue) = 19+22+96=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #131660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131660 is #ECE99F. Grayscale: #1D1D1D. Windows color (decimal): -15526304 or 6297107. OLE color: 6297107.

HSL color Cylindrical-coordinate representation of color #131660: hue angle of 237.66º 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 #131660 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 22 96 -
CMYK 0.80 0.77 0 0.62
HSL 237.66º 0.67% 0.23% -
HSV(B) 237.66º 0.8% 0.38% -
XYZ 2.67 1.56 11.23 -
YUV 29.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 19 22 96 0.80 0.77 0 0.62 237.66 0.67 0.23
Hex 13 16 60 50 4D 0 3E EE 43 17
Octal 23 26 140 120 115 0 76 356 103 27
Binary 10011 10110 1100000 1010000 1001101 0 111110 11101110 1000011 10111

Color Harmonies of #131660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131660

Black with #131660

Text Example


Text Example

White with #131660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131660; }

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

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

background-color css

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

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

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

border-color css

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

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

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