#131663

Color #131663 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #131663

Tints of Midnight Blue #131663

Color information

#131663 (or 0x131663) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 63. RGB value is (19,22,99). Sum of RGB (Red+Green+Blue) = 19+22+99=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #131663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131663 is #ECE99C. Grayscale: #1D1D1D. Windows color (decimal): -15526301 or 6493715. OLE color: 6493715.

HSL color Cylindrical-coordinate representation of color #131663: hue angle of 237.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131663 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB192299-
CMYK0.810.7800.61
HSL237.75º67.8%23.14%-
HSV(B)237.75º80.81%38.82%-
XYZ2.811.6111.97-
YUV29.88167.01120.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 99 (39.06% from 255) = 70.71%
R=13.57%
G=15.71%
B=70.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1922990.810.7800.61237.7567.823.14
Hex131663514E03Dee4417
Octal232614312111607535610427
Binary1001110110110001110100011001110011110111101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131663; }

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

 H1.HeaderClassName
 {
   color: #131663;
 }
 .AnyTagClassName
 {
   color: #131663;
 }
</style>
background-color css

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

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

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

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

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

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