#131463

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

Shades of Midnight Blue #131463

Tints of Midnight Blue #131463

Color information

#131463 (or 0x131463) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 63. RGB value is (19,20,99). Sum of RGB (Red+Green+Blue) = 19+20+99=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #131463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131463 is #ECEB9C. Grayscale: #1C1C1C. Windows color (decimal): -15526813 or 6493203. OLE color: 6493203.

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

Color convert

RGB192099-
CMYK0.810.8000.61
HSL239.25º67.8%23.14%-
HSV(B)239.25º80.81%38.82%-
XYZ2.771.5411.96-
YUV28.71167.67121.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 99 (39.06% from 255) = 71.74%
R=13.77%
G=14.49%
B=71.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1920990.810.8000.61239.2567.823.14
Hex131463515003Def4417
Octal232414312112007535710427
Binary1001110100110001110100011010000011110111101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131463; }

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

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

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

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

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

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

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

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